Class Font
Inheritance
System.Object
    Font
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Font
  Constructors
Font()
Creates a new instance of this class
Declaration
public Font()
  Properties
Bold
Define bold text.
Declaration
public bool Bold { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
FontName
Define name of the font.
Declaration
public string FontName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FontSize
The font size in twpis. E.g. a font of size 10pt has a value of 200.
Declaration
public int FontSize { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Italic
Define italic text.
Declaration
public bool Italic { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Spacing
Character spacing in twips. Extra distance between characters. It may be negative.
Declaration
public int Spacing { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
StrikeThrough
Define striked text.
Declaration
public bool StrikeThrough { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Underlined
Define underlined text.
Declaration
public bool Underlined { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |