Class Line
A line is a sequence of words.
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 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 |
---|---|
System.Collections.Generic.List<System.Object> |