Namespace: Spire.Doc
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 Section : DocumentContainer, ISection, 
	ICompositeObject, IDocumentObject, [T:sprᧁ], [T:sprᧀ]
Public Class Section
	Inherits DocumentContainer
	Implements ISection, ICompositeObject, IDocumentObject, [T:sprᧁ], 
	[T:sprᧀ]
public ref class Section : public DocumentContainer, 
	ISection, ICompositeObject, IDocumentObject, [T:sprᧁ], [T:sprᧀ]
type Section =  
    class
        inherit DocumentContainer
        interface ISection
        interface ICompositeObject
        interface IDocumentObject
        interface [T:sprᧁ]
        interface [T:sprᧀ]
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Section(IDocument)
Initializes a new instance of the Section class
AddColumn(Single, Single)
Adds new column to the section.
AddParagraph()()()()
Adds the paragraph.
AddTable()()()()
Adds the table.
AddTable(Boolean)
Adds the table.
Body
Gets the section body.
BreakCode
Returns or sets break code.
ChildObjects
Gets the child objects.
(Overrides DocumentObject..::..ChildObjects.)
Clone()()()()
CloneImpl()()()() (Overrides DocumentSerializable..::..CloneImpl()()()().)
CloneSectionPropertiesTo(Section)
Clones the properties of the current to the destination section.
Columns
Get collection of columns which logically divide page on many. printing/publishing areas
Count
Gets count of child object.
(Inherited from DocumentContainer.)
CreateLayoutInfo()()()() (Overrides DocumentBase..::..CreateLayoutInfo()()()().)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType
Gets the type of the document object.
(Overrides DocumentObject..::..DocumentObjectType.)
EndnoteOptions
Gets or sets options that control numbering and positioning of endnotes in current section.
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.)
FirstChild (Inherited from DocumentObject.)
FootnoteOptions
Gets or sets options that control numbering and positioning of footnote in current section.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIndex(IDocumentObject) (Inherited from DocumentContainer.)
GetNextWidgetSibling()()()() (Inherited from DocumentObject.)
GetPreviousWidgetSibling()()()() (Inherited from DocumentObject.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HeadersFooters
Gets headers/footers of current section.
InitXDLSHolder()()()() (Overrides DocumentSerializable..::..InitXDLSHolder()()()().)
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
LastChild (Inherited from DocumentObject.)
m_doc (Inherited from OwnerHolder.)
m_internalData
MakeColumnsSameWidth()()()()
Makes all columns in current section to be of equal width.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Owner
Gets the owner of this entity.
(Inherited from DocumentObject.)
PageSetup
Gets page Setup of current section.
Paragraphs
Gets the paragraphs.
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ProtectForm
Gets or sets a value indicating whether [protect form].
ReadXmlAttributes(IXDLSAttributeReader) (Overrides DocumentSerializable..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Overrides DocumentSerializable..::..ReadXmlContent(IXDLSContentReader).)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
Tables
Gets the tables.
TextDirection
Gets or Sets the text direction.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
WidgetCollection (Overrides DocumentContainer..::..WidgetCollection.)
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides DocumentSerializable..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Overrides DocumentSerializable..::..WriteXmlContent(IXDLSContentWriter).)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also