Namespace: Spire.Doc.Documents
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 SDTContent : Body
Public Class SDTContent
	Inherits Body
public ref class SDTContent : public Body
type SDTContent =  
    class
        inherit Body
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AddParagraph()()()()
Adds paragraph at end of section.
(Inherited from Body.)
AddTable()()()()
Adds the table.
(Inherited from Body.)
AddTable(Boolean)
Adds the table.
(Inherited from Body.)
ChildObjects (Inherited from Body.)
Clone()()()() (Inherited from DocumentObject.)
CloneImpl()()()() (Overrides Body..::..CloneImpl()()()().)
Count
Gets count of child object.
(Inherited from DocumentContainer.)
CreateLayoutInfo()()()() (Overrides Body..::..CreateLayoutInfo()()()().)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType
Gets the type of the document object.
(Inherited from Body.)
EnsureMinimum()()()()
If the text body has no paragraphs, creates and appends one Paragraph.
(Inherited from Body.)
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.)
FirstParagraph
Gets the First paragraph.
(Inherited from Body.)
FormFields
Gets the form fields.
(Inherited from Body.)
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.)
InitXDLSHolder()()()() (Inherited from Body.)
InsertXHTML(String)
Inserts html at end of text body.
(Inherited from Body.)
InsertXHTML(String, Int32)
Inserts html. Inserting begins from paragraph specified by paragraphIndex
(Inherited from Body.)
InsertXHTML(String, Int32, Int32)
Inserts html. Inserting begins from paragraph specified by paragraphIndex, and paragraph item specified by paragraphItemIndex
(Inherited from Body.)
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
IsValidXHTML(String, XHTMLValidationType)
Validates the XHTML.
(Inherited from Body.)
IsValidXHTML(String, XHTMLValidationType, String%)
Validates the XHTML.
(Inherited from Body.)
LastChild (Inherited from DocumentObject.)
LastParagraph
Gets the last paragraph.
(Inherited from Body.)
m_bodyItems (Inherited from Body.)
m_doc (Inherited from OwnerHolder.)
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.)
Paragraphs
Gets inner paragraphs
(Inherited from Body.)
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from DocumentSerializable.)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
Tables
Gets inner tables
(Inherited from Body.)
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 (Inherited from Body.)
WriteXmlAttributes(IXDLSAttributeWriter) (Inherited from DocumentSerializable.)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..OwnerHolder
    Spire.Doc.Documents.XML..::..DocumentSerializable
      Spire.Doc..::..DocumentObject
        Spire.Doc..::..DocumentBase
          Spire.Doc..::..DocumentContainer
            Spire.Doc..::..Body
              Spire.Doc.Documents..::..SDTContent

See Also