|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISection
Represents a section inside a Document.
Method Summary | |
---|---|
Column |
addColumn(float width,
float spacing)
Adds new column to the section. |
Paragraph |
addParagraph()
Adds a paragraph. |
Table |
addTable()
Adds a table. |
Section |
deepClone()
Clones it self. |
Body |
getBody()
Gets the section body. |
SectionBreakType |
getBreakCode()
Returns break code. |
ColumnCollection |
getColumns()
Get collection of columns which logically divide page on many printing/publishing areas. |
HeadersFooters |
getHeadersFooters()
Gets headers/footers of current section |
PageSetup |
getPageSetup()
Gets page Setup of current section. |
ParagraphCollection |
getParagraphs()
Gets the paragraphs. |
boolean |
getProtectForm()
Gets a value indicating whether [protect form]. |
TableCollection |
getTables()
Gets the tables. |
void |
makeColumnsSameWidth()
Makes all columns in current section to be of equal width. |
void |
setBreakCode(SectionBreakType value)
sets break code. |
void |
setProtectForm(boolean value)
sets a value indicating whether [protect form]. |
Methods inherited from interface com.spire.doc.interfaces.ICompositeObject |
---|
getChildObjects |
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
---|
getDocument, getDocumentObjectType, getNextSibling, getOwner, getPreviousSibling, isComposite |
Method Detail |
---|
ParagraphCollection getParagraphs()
TableCollection getTables()
Body getBody()
PageSetup getPageSetup()
ColumnCollection getColumns()
SectionBreakType getBreakCode()
void setBreakCode(SectionBreakType value)
value
- The break codeboolean getProtectForm()
void setProtectForm(boolean value)
value
- true if [protect form]; otherwise, falseColumn addColumn(float width, float spacing)
width
- The width of the columnspacing
- The spacing of the column
Paragraph addParagraph()
Table addTable()
Section deepClone()
deepClone
in interface IDocumentObject
void makeColumnsSameWidth()
HeadersFooters getHeadersFooters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |