Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class ParagraphFormat : WordAttrCollection
Public Class ParagraphFormat
	Inherits WordAttrCollection
public ref class ParagraphFormat : public WordAttrCollection
type ParagraphFormat =  
    class
        inherit WordAttrCollection
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ParagraphFormat()()()()
Initializes a new instance of the ParagraphFormat class.
ParagraphFormat(IDocument)
Initializes a new instance of the ParagraphFormat class.
AcceptFormatRevisionCore(Int32, array<Int32>[]()[][]) (Inherited from WordAttrCollection.)
AcceptFormatRevisionCore(FormatBase, array<Int32>[]()[][], WordAttrCollection) (Inherited from WordAttrCollection.)
AfterAutoSpacing
Gets or sets a value indicating whether spacing after is automatic.
AfterSpacing
Returns or sets the spacing (in points) after the paragraph.
AutoSpaceDE
Gets or sets the value that determines whether the space is automatically adjusted between Asian and Latin text.
AutoSpaceDN
Gets or sets the value that determines whether the space is automatically adjusted between Asian text and numbers.
BackColor
Gets or sets background color of the paragraph
BeforeAutoSpacing
Gets or sets a value indicating whether spacing before is automatic.
BeforeSpacing
Returns or sets the spacing (in points) before the paragraph.
Borders
Gets collection of borders in the paragraph
CheckUpdateFlagsColl()()()() (Inherited from FormatBase.)
ClearBackground()()()()
Clears paragraph background.
(Overrides FormatBase..::..ClearBackground()()()().)
ClearFormatting()()()()
Clears the formatting.
(Inherited from FormatBase.)
ClearPropUpdateFlag(Int32) (Inherited from FormatBase.)
CloneImpl()()()() (Inherited from FormatBase.)
CreateEmptyCopy()()()() (Inherited from FormatBase.)
Document
Gets the document.
(Inherited from OwnerHolder.)
EnsureComposites()()()() (Overrides FormatBase..::..EnsureComposites()()()().)
EnsureComposites(array<Int32>[]()[][]) (Inherited from FormatBase.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstLineIndent
Gets or sets the value(in points) for first line or hanging indent.Positive value represents first-line indent, and Negative value represents hanging indent.
GetBaseKey(Int32) (Inherited from FormatBase.)
GetDefComposite(Int32) (Overrides FormatBase..::..GetDefComposite(Int32).)
GetDefComposite(Int32, FormatBase) (Inherited from FormatBase.)
GetDefValue(Int32) (Overrides FormatBase..::..GetDefValue(Int32).)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSprmOption(Int32) (Overrides FormatBase..::..GetSprmOption(Int32).)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasKey(Int32)
Checks if Key exists.
(Inherited from FormatBase.)
HorizontalAlignment
Returns or sets horizontal alignment for the paragraph.
ImportContainer(FormatBase) (Inherited from FormatBase.)
ImportMembers(FormatBase) (Overrides FormatBase..::..ImportMembers(FormatBase).)
InitCompositePrimaryKey()()()() (Inherited from FormatBase.)
InitXDLSHolder()()()() (Overrides DocumentSerializable..::..InitXDLSHolder()()()().)
IsBidi
Returns or sets right-to-left property of the paragraph.
IsColumnBreakAfter
IsDefault
Gets a value indicating whether format is default.
(Inherited from FormatBase.)
IsFrame
Gets a value indicating whether this instance is frame.
IsKinSoku
Get or Set a value that determines whether use Asian rules for controlling first and last characters.
IsPropertyUpdated(Int32) (Inherited from FormatBase.)
IsWidowControl
True if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph.
KeepFollow
True if the paragraph is to remains on the same page as the paragraph that follows it.
KeepLines
True if all lines in the paragraph are to remain on the same page.
LeftIndent
Returns or set sthe value that represents the left indent for paragraph.
LineSpacing
Returns or sets line spacing property of the paragraph.
LineSpacingRule
Returns or sets line spacing rule property of the paragraph.
m_doc (Inherited from OwnerHolder.)
m_keysOffset (Inherited from FormatBase.)
m_propertiesHash (Inherited from FormatBase.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MirrorIndents
Gets a value indicating whether indentation type is mirror indents.
OnChange(FormatBase, Int32) (Overrides FormatBase..::..OnChange(FormatBase, Int32).)
OutlineLevel
Gets or sets the outline level.
OverflowPunc
Gets or set allow punctuation to extend past text extents.
PageBreakAfter
True if a page break is forced after the paragraph
PageBreakBefore
True if a page break is forced before the paragraph
ReadXmlAttributes(IXDLSAttributeReader) (Overrides DocumentSerializable..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Overrides DocumentSerializable..::..ReadXmlContent(IXDLSContentReader).)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
RightIndent
Returns or sets the value that represents the right indent for paragraph.
SetAttr(Int32, Object, Boolean) (Inherited from AttrCollection.)
SetFirstLineIndent(Single)
Sets the value that represents the first line indent for paragraph.
SetLeftIndent(Single)
Sets the value that represents the left indent for paragraph.
SetPropUpdateFlag(Int32) (Inherited from FormatBase.)
SetRightIndent(Single)
Sets the value that represents the right indent for paragraph.
SuppressAutoHyphens
Indicates whether to suppress automatic hyphenation for the paragraph.
Tabs
Gets the tabs info.
TextAlignment
Gets or sets the style of textalignment
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WordWrap
Gets or sets a value that determines whether allow Latin text to wrap in the middle of a word.
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides DocumentSerializable..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Overrides DocumentSerializable..::..WriteXmlContent(IXDLSContentWriter).)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..OwnerHolder
    Spire.Doc.Documents.XML..::..DocumentSerializable
      Spire.Doc.Formatting..::..FormatBase
        Spire.Doc.Formatting..::..AttrCollection
          Spire.Doc.Formatting..::..WordAttrCollection
            Spire.Doc.Formatting..::..ParagraphFormat

See Also