VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentParagraphSpacingProperties Class
Constructors Properties Methods SeeAlso
In This Topic
    DocumentParagraphSpacingProperties Class Members
    In This Topic
    The following tables list the members exposed by DocumentParagraphSpacingProperties.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DocumentParagraphSpacingProperties class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the spacing, in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels, after paragraph.
    Public PropertyGets or sets a value indicating whether the spacing after paragraph must be calculated automatically.
    Public PropertyGets or sets the spacing, in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels, before paragraph.
    Public PropertyGets or sets a value indicating whether the spacing before paragraph must be calculated automatically.
    Public PropertyGets a value indicating whether this instance is empty.
    Public PropertyGets a value indicating whether this instance is read-only. (Inherited from DocumentContentProperties)
    Public PropertyGets or sets the line height that is specified using LineRule.
    Public PropertyGets or set the value that defines line height rule.
    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