Class Word
Contains a word with its bounding box.
Inheritance
System.Object
Word
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 |
|