Class RowProperties
java.lang.Object
com.independentsoft.office.word.tables.RowProperties
The Class RowProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new row properties.RowProperties(InternalXMLStreamReader reader)Instantiates a new row properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.Gets the cant split.Gets the cell spacing.Gets the conditional formatting.Gets the deleted row.longgetDivID()Gets the div id.intGets the grid columns after last cell.intGets the grid columns before first cell.Gets the header.Gets the height.Gets the hidden.Gets the inserted row.Gets the preferred width after.Gets the preferred width before.static booleanChecks if is empty.voidsetAlignment(HorizontalAlignmentType alignment)Sets the alignment.voidsetCantSplit(ExtendedBoolean cantSplit)Sets the cant split.voidsetCellSpacing(Width cellSpacing)Sets the cell spacing.voidsetConditionalFormatting(ConditionalFormatting conditionalFormatting)Sets the conditional formatting.voidsetDeletedRow(DeletedRow deletedRow)Sets the deleted row.voidsetDivID(long divID)Sets the div id.voidsetGridColumnsAfterLastCell(int gridColumnsAfterLastCell)Sets the grid columns after last cell.voidsetGridColumnsBeforeFirstCell(int gridColumnsBeforeFirstCell)Sets the grid columns before first cell.voidsetHeader(ExtendedBoolean header)Sets the header.voidSets the height.voidsetHidden(ExtendedBoolean hidden)Sets the hidden.voidsetInsertedRow(InsertedRow insertedRow)Sets the inserted row.voidsetPreferredWidthAfter(Width preferredWidthAfter)Sets the preferred width after.voidsetPreferredWidthBefore(Width preferredWidthBefore)Sets the preferred width before.toString()
-
Constructor Details
-
RowProperties
public RowProperties()Instantiates a new row properties. -
RowProperties
Instantiates a new row properties.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
isEmpty
Checks if is empty.- Parameters:
value- the value- Returns:
- true, if is empty
-
getInsertedRow
Gets the inserted row.- Returns:
- the inserted row
-
setInsertedRow
Sets the inserted row.- Parameters:
insertedRow- the new inserted row
-
getDeletedRow
Gets the deleted row.- Returns:
- the deleted row
-
setDeletedRow
Sets the deleted row.- Parameters:
deletedRow- the new deleted row
-
getGridColumnsAfterLastCell
public int getGridColumnsAfterLastCell()Gets the grid columns after last cell.- Returns:
- the grid columns after last cell
-
setGridColumnsAfterLastCell
public void setGridColumnsAfterLastCell(int gridColumnsAfterLastCell)Sets the grid columns after last cell.- Parameters:
gridColumnsAfterLastCell- the new grid columns after last cell
-
getGridColumnsBeforeFirstCell
public int getGridColumnsBeforeFirstCell()Gets the grid columns before first cell.- Returns:
- the grid columns before first cell
-
setGridColumnsBeforeFirstCell
public void setGridColumnsBeforeFirstCell(int gridColumnsBeforeFirstCell)Sets the grid columns before first cell.- Parameters:
gridColumnsBeforeFirstCell- the new grid columns before first cell
-
getHidden
Gets the hidden.- Returns:
- the hidden
-
setHidden
Sets the hidden.- Parameters:
hidden- the new hidden
-
getHeader
Gets the header.- Returns:
- the header
-
setHeader
Sets the header.- Parameters:
header- the new header
-
getAlignment
Gets the alignment.- Returns:
- the alignment
-
setAlignment
Sets the alignment.- Parameters:
alignment- the new alignment
-
getPreferredWidthBefore
Gets the preferred width before.- Returns:
- the preferred width before
-
setPreferredWidthBefore
Sets the preferred width before.- Parameters:
preferredWidthBefore- the new preferred width before
-
getPreferredWidthAfter
Gets the preferred width after.- Returns:
- the preferred width after
-
setPreferredWidthAfter
Sets the preferred width after.- Parameters:
preferredWidthAfter- the new preferred width after
-
getHeight
Gets the height.- Returns:
- the height
-
setHeight
Sets the height.- Parameters:
height- the new height
-
getConditionalFormatting
Gets the conditional formatting.- Returns:
- the conditional formatting
-
setConditionalFormatting
Sets the conditional formatting.- Parameters:
conditionalFormatting- the new conditional formatting
-
getDivID
public long getDivID()Gets the div id.- Returns:
- the div id
-
setDivID
public void setDivID(long divID)Sets the div id.- Parameters:
divID- the new div id
-
getCellSpacing
Gets the cell spacing.- Returns:
- the cell spacing
-
setCellSpacing
Sets the cell spacing.- Parameters:
cellSpacing- the new cell spacing
-
getCantSplit
Gets the cant split.- Returns:
- the cant split
-
setCantSplit
Sets the cant split.- Parameters:
cantSplit- the new cant split
-