Class FontSettings
Inheritance
System.Object
FontSettings
Assembly: DocuWare.Platform.ServerClient.dll
public class FontSettings : object
Properties
Declaration
public bool Bold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Italic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Size { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Strikeout { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Underline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|