|
|||||||||
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 |