Class Section
java.lang.Object
com.independentsoft.office.word.sections.Section
The Class Section.
-
Constructor Summary
ConstructorsConstructorDescriptionSection()Instantiates a new section.Section(InternalXMLStreamReader reader)Instantiates a new section. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the addition revision id.Gets the allow only form fields editing.Gets the columns.Gets the deletion revision id.Gets the endnote properties.Gets the even page footer.Gets the even page header.Gets the first page footer.Gets the first page header.Gets the first page headers and footers.Gets the footer.Gets the footer reference.Gets the footnote properties.getGrid()Gets the grid.Gets the header.Gets the header reference.Gets the line numbering settings.Gets the page borders.Gets the page margins.Gets the page numbering settings.Gets the page size.Gets the paper source.Gets the physical character revision id.Gets the properties revision id.Gets the revision.Gets the right side gutter.Gets the right to left.Gets the suppress endnotes.Gets the text direction.getType()Gets the type.Gets the vertical alignment.voidsetAdditionRevisionID(String additionRevisionID)Sets the addition revision id.voidsetAllowOnlyFormFieldsEditing(ExtendedBoolean allowOnlyFormFieldsEditing)Sets the allow only form fields editing.voidsetColumns(ColumnDefinitions columns)Sets the columns.voidsetDeletionRevisionID(String deletionRevisionID)Sets the deletion revision id.voidsetEvenPageFooter(Footer evenPageFooter)Sets the even page footer.voidsetEvenPageHeader(Header evenPageHeader)Sets the even page header.voidsetFirstPageFooter(Footer firstPageFooter)Sets the first page footer.voidsetFirstPageHeader(Header firstPageHeader)Sets the first page header.voidsetFirstPageHeadersAndFooters(ExtendedBoolean firstPageHeadersAndFooters)Sets the first page headers and footers.voidSets the footer.voidsetFooterReference(FooterReference footerReference)Sets the footer reference.voidsetGrid(DocumentGrid grid)Sets the grid.voidSets the header.voidsetHeaderReference(HeaderReference headerReference)Sets the header reference.voidsetPageBorders(PageBorders pageBorders)Sets the page borders.voidsetPageMargins(PageMargins pageMargins)Sets the page margins.voidsetPageSize(PageSize pageSize)Sets the page size.voidsetPaperSource(PaperSource paperSource)Sets the paper source.voidsetPhysicalCharacterRevisionID(String physicalCharacterRevisionID)Sets the physical character revision id.voidsetPropertiesRevisionID(String propertiesRevisionID)Sets the properties revision id.voidsetRevision(SectionPropertiesRevision revision)Sets the revision.voidsetRightSideGutter(ExtendedBoolean rightSideGutter)Sets the right side gutter.voidsetRightToLeft(ExtendedBoolean rightToLeft)Sets the right to left.voidsetSuppressEndnotes(ExtendedBoolean suppressEndnotes)Sets the suppress endnotes.voidsetTextDirection(TextDirection textDirection)Sets the text direction.voidsetType(SectionType type)Sets the type.voidsetVerticalAlignment(VerticalAlignmentType verticalAlignment)Sets the vertical alignment.toString()
-
Constructor Details
-
Section
public Section()Instantiates a new section. -
Section
Instantiates a new section.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getDeletionRevisionID
Gets the deletion revision id.- Returns:
- the deletion revision id
-
setDeletionRevisionID
Sets the deletion revision id.- Parameters:
deletionRevisionID- the new deletion revision id
-
getAdditionRevisionID
Gets the addition revision id.- Returns:
- the addition revision id
-
setAdditionRevisionID
Sets the addition revision id.- Parameters:
additionRevisionID- the new addition revision id
-
getPhysicalCharacterRevisionID
Gets the physical character revision id.- Returns:
- the physical character revision id
-
setPhysicalCharacterRevisionID
Sets the physical character revision id.- Parameters:
physicalCharacterRevisionID- the new physical character revision id
-
getPropertiesRevisionID
Gets the properties revision id.- Returns:
- the properties revision id
-
setPropertiesRevisionID
Sets the properties revision id.- Parameters:
propertiesRevisionID- the new properties revision id
-
getRightToLeft
Gets the right to left.- Returns:
- the right to left
-
setRightToLeft
Sets the right to left.- Parameters:
rightToLeft- the new right to left
-
getSuppressEndnotes
Gets the suppress endnotes.- Returns:
- the suppress endnotes
-
setSuppressEndnotes
Sets the suppress endnotes.- Parameters:
suppressEndnotes- the new suppress endnotes
-
getRightSideGutter
Gets the right side gutter.- Returns:
- the right side gutter
-
setRightSideGutter
Sets the right side gutter.- Parameters:
rightSideGutter- the new right side gutter
-
getAllowOnlyFormFieldsEditing
Gets the allow only form fields editing.- Returns:
- the allow only form fields editing
-
setAllowOnlyFormFieldsEditing
Sets the allow only form fields editing.- Parameters:
allowOnlyFormFieldsEditing- the new allow only form fields editing
-
getPageBorders
Gets the page borders.- Returns:
- the page borders
-
setPageBorders
Sets the page borders.- Parameters:
pageBorders- the new page borders
-
getVerticalAlignment
Gets the vertical alignment.- Returns:
- the vertical alignment
-
setVerticalAlignment
Sets the vertical alignment.- Parameters:
verticalAlignment- the new vertical alignment
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getTextDirection
Gets the text direction.- Returns:
- the text direction
-
setTextDirection
Sets the text direction.- Parameters:
textDirection- the new text direction
-
getPageSize
Gets the page size.- Returns:
- the page size
-
setPageSize
Sets the page size.- Parameters:
pageSize- the new page size
-
getPageNumberingSettings
Gets the page numbering settings.- Returns:
- the page numbering settings
-
getPageMargins
Gets the page margins.- Returns:
- the page margins
-
setPageMargins
Sets the page margins.- Parameters:
pageMargins- the new page margins
-
getPaperSource
Gets the paper source.- Returns:
- the paper source
-
setPaperSource
Sets the paper source.- Parameters:
paperSource- the new paper source
-
getLineNumberingSettings
Gets the line numbering settings.- Returns:
- the line numbering settings
-
getGrid
Gets the grid.- Returns:
- the grid
-
setGrid
Sets the grid.- Parameters:
grid- the new grid
-
getColumns
Gets the columns.- Returns:
- the columns
-
setColumns
Sets the columns.- Parameters:
columns- the new columns
-
getHeader
Gets the header.- Returns:
- the header
-
getFirstPageHeader
Gets the first page header.- Returns:
- the first page header
-
getEvenPageHeader
Gets the even page header.- Returns:
- the even page header
-
getHeaderReference
Gets the header reference.- Returns:
- the header reference
-
getFootnoteProperties
Gets the footnote properties.- Returns:
- the footnote properties
-
getEndnoteProperties
Gets the endnote properties.- Returns:
- the endnote properties
-
getRevision
Gets the revision.- Returns:
- the revision
-
setRevision
Sets the revision.- Parameters:
revision- the new revision
-