Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Spacing Class
Properties Methods

In This Topic
    Spacing Class Members
    In This Topic

    The following tables list the members exposed by Spacing.

    Public Properties
     NameDescription
    Public Property Gets or sets whether inter-character spacing shall automatically be adjusted between regions of Latin text and regions of East Asian text in the current paragraph. These regions shall be determined by the Unicode character values of the text content within the paragraph.  
    Public Property Gets or sets whether inter-character spacing shall automatically be adjusted between regions of numbers and regions of East Asian text in the current paragraph. These regions shall be determined by the Unicode character values of the text content within the paragraph.  
    Public PropertyGets or sets the line spacing for the paragraph. If LineSpacingRule is Auto then value is interpreted in lines otherwise in points.  
    Public Property Gets or sets the line spacing rule for the paragraph.  
    Public PropertyGets or sets the amount of spacing (in gridlines) after the paragraph.

    Has no effect when SpaceAfterAuto is true.

     
    Public PropertyGets or sets the amount of spacing (in gridlines) before the paragraph.

    Has no effect when SpaceBeforeAuto is true.

     
    Public PropertyWhen true, SpaceBefore and SpaceAfter will be ignored between the paragraphs of the same style.  
    Public PropertyGets or sets the amount of spacing (in points) after the paragraph.

    Has no effect when SpaceAfterAuto is true.

     
    Public PropertyTrue if the amount of spacing after the paragraph is set automatically.

    When set to true, overrides the effect of SpaceAfter.

     
    Public PropertyGets or sets the amount of spacing (in points) before the paragraph.

    Has no effect when SpaceBeforeAuto is true.

     
    Public PropertyTrue if the amount of spacing before the paragraph is set automatically.

    When set to true, overrides the effect of SpaceBefore.

     
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Resets to default spacing formatting.

    Removes all spacing formatting specified explicitly on the object from which Indent was obtained so the spacing formatting will be inherited from the appropriate parent.

     
    Top
    See Also