Uses of Class
aspose.pdf.Section

Uses of Section in aspose.pdf
 

Subclasses of Section in aspose.pdf
 class ListSection
          An object to display different lists.
 

Methods in aspose.pdf that return Section
 Section Sections.add()
          Initializes a new instance of the Section class and add it to the Sections collection
 Section Pdf.getBackupSection()
          It is use to store the header and footer on odder page of mirror margin
 Section Table.getParentSection()
          Gets the parent Section that represents a section in a Pdf document
 Section Paragraph.getSection()
          get Section object that indicates the parent section of the paragraph.
 Section Sections.getSection(int index)
          Gets or sets a Section object from the collection according to Section index.
 Section Sections.getSection(java.lang.String sectionID)
          Gets or sets a Section object from the collection according to Section ID.
 

Methods in aspose.pdf with parameters of type Section
 void Sections.add(Section section)
          Adds a new Section object into the collection.
 void Sections.copyTo(Section[] secArray, int index)
          Copies the elements to a Section object array, starting at a specified array index.
 int Sections.indexOf(Section section)
          Gets the index of a specified section in the collection.
 void Sections.insert(int index, Section section)
          Inserts a new Section object into the collection at specified position.
 void Sections.insert(Section sectionToInsertAfter, Section newSection)
          Inserts a new Section object into the collection after specified Section object.
 boolean Section.isSameSize(Section sec)
          Gets a bool value that indicates whether the Specify Section and current Section is the same size.
 void Sections.remove(Section sectionToRemove)
          Removes a Section object from the collection.
 void Pdf.setBackupSection(Section value)
          It is use to store the header and footer on odder page of mirror margin
 void Table.setParentSection(Section value)
          Sets the parent Section that represents a section in a Pdf document
 void Sections.setSection(int index, Section value)
          Sets a Section object from the collection according to Section index.
 void Paragraph.setSection(Section parentSection)
          set a boolean value that indicates the parent section of the paragraph.
 void Sections.setSection(java.lang.String sectionID, Section value)
          Sets a Section object from the collection according to Section ID.
 

Constructors in aspose.pdf with parameters of type Section
Graph(Section section)
          Constructor - initializes a new instance of the Graph class.
Graph(Section section, float width, float height)
          Constructor - initializes a new instance of the Graph class.
GraphNote(Section section)
          Constructor - initializes a new instance of the GraphNote class.
GraphNote(Section section, java.lang.String content)
          Constructor - initializes a new instance of the GraphNote class.
HeaderFooter(Section section)
          Constructor - initializes a new instance of the HeaderFooter class.
Heading(Pdf pdf, Section section, int level)
          Constructor - initializes a new instance of the Heading class.
Image(Section section)
          Constructor - initializes a new instance of the Image class.
PageSetup(Section section)
          Initializes a new instance of the PageSetup class.
Table(Section section)
          Initializes a new instance of the Table class in the Section.
Text(Section section)
          Initializes a new instance of the Text class.
Text(Section section, java.lang.String content)
          Initializes a new instance of the Text class.