VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentTextProperties Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    DocumentTextProperties Class Members
    In This Topic
    The following tables list the members exposed by DocumentTextProperties.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DocumentTextProperties class.
    Public Fields
     NameDescription
    Public FieldThe maximum font size, in points.
    Public FieldThe minimum font size, in points.
    Public Properties
     NameDescription
    Public PropertyGets or sets the text border.
    Public PropertyGets or sets the character horizontal scaling, measured in 1/100 of percent.
    Public PropertyGets or sets a value indicating whether all characters must be displayed as the capital letters.
    Public PropertyGets or sets the font name.
    Public PropertyGets or sets the font size, measured in Vintasoft.Imaging.UnitOfMeasure.Points.
    Public PropertyGets or sets the delta of font size, in points.
    Public Propertystatic (Shared in Visual Basic)Gets or sets a list that contains available font sizes, measured in points.
    Public PropertyGets or sets a value indicating whether font size must be increased using FontSizeDeltaTable.
    Public PropertyGets or sets the highlight color.
    Public PropertyGets or sets a value indicating whether font is bold.
    Public PropertyGets or sets a value indicating whether font is italic.
    Public PropertyGets a value indicating whether this instance is read-only. (Inherited from DocumentContentProperties)
    Public PropertyGets or sets a value indicating whether uppercase letters must be converted to the lowercase letters.
    Public PropertyGets or sets the vertical position, measured in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.
    Public PropertyGets or sets the text shading.
    Public PropertyGets or sets the text symbol spacing, in Device Independed Pixels.
    Public PropertyGets or sets the properties for text strikeout.
    Public PropertyGets or sets the text color.
    Public PropertyGets or sets the properties for text underline.
    Public PropertyGets or sets the vertical position of text.
    Public Methods
     NameDescription
    Public MethodClones this instance.
    Public MethodReturns a value indicating whether the specified System.Object, is equal to this instance.
    Public MethodReturns a hash code for this instance.
    Public MethodSets IsReadOnly property to true. (Inherited from DocumentContentProperties)
    See Also