Class textChunk
Inheritance
System.Object
textChunk
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: editdocuments
Assembly: editdocuments.dll
Syntax
public class textChunk
Properties
| Improve this Doc View SourcefontFamily
Declaration
public string fontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
fontSize
Declaration
public float fontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
rect
Declaration
public Rectangle rect { get; set; }
Property Value
Type | Description |
---|---|
Rectangle |
spaceWidth
Declaration
public float spaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
text
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
System.String |