Class Line
A line is a sequence of words.
Inheritance
System.Object
Line
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Line : RectangleBase
Properties
BaseLine
Declaration
public int BaseLine { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BaseLineSpecified
Declaration
public bool BaseLineSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
Items
Declaration
public List<object> Items { get; set; }
Property Value
Type |
Description |
List<System.Object> |
|