Class Word
Contains a word with its bounding box.
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.Content
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Word : SimpleWord
Properties
bold
Declaration
public bool bold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
boldSpecified
Declaration
public bool boldSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
fontSize
Declaration
public int fontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
fontSizeSpecified
Declaration
public bool fontSizeSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |