Package com._1c.g5.v8.dt.moxel.content
Interface ColumnsRowsProperties
- 
- All Superinterfaces:
- BaseFormattingCellProperties,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- ColumnsProperties,- RowsProperties
 - All Known Implementing Classes:
- ColumnsPropertiesImpl,- ColumnsRowsPropertiesImpl,- RowsPropertiesImpl
 
 public interface ColumnsRowsProperties extends BaseFormattingCellProperties A representation of the model object 'Columns Rows Properties'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisKeepWithNext()Returns the value of the 'Keep With Next' attribute.booleanisPageBreakAfter()Returns the value of the 'Page Break After' attribute.booleanisPageBreakBefore()Returns the value of the 'Page Break Before' attribute.booleanisSetKeepWithNext()Returns whether the value of the 'Keep With Next' attribute is set.booleanisSetPageBreakAfter()Returns whether the value of the 'Page Break After' attribute is set.booleanisSetPageBreakBefore()Returns whether the value of the 'Page Break Before' attribute is set.voidsetKeepWithNext(boolean value)Sets the value of the 'Keep With Next' attribute.voidsetPageBreakAfter(boolean value)Sets the value of the 'Page Break After' attribute.voidsetPageBreakBefore(boolean value)Sets the value of the 'Page Break Before' attribute.voidunsetKeepWithNext()Unsets the value of the 'Keep With Next' attribute.voidunsetPageBreakAfter()Unsets the value of the 'Page Break After' attribute.voidunsetPageBreakBefore()Unsets the value of the 'Page Break Before' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseFormattingCellPropertiesgetAreaName, getAutoIndent, getBackColor, getBorderColor, getBottomBorder, getCellReference, getDataFormat, getDetailUse, getEditFormat, getFillType, getFont, getHorizontalAlignment, getIndent, getLeftBorder, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMask, getPattern, getPatternColor, getPicture, getPictureHorizontalAlignment, getPictureSize, getPictureVerticalAlignment, getRightBorder, getSizeChangeMode, getTextColor, getTextOrientation, getTextPlacement, getTextPosition, getTopBorder, getVerticalAlignment, isAutoMarkIncomplete, isBySelectedColumns, isHyperlink, isIsTemplateModeOn, isMarkIncomplete, isMarkNegatives, isProtection, isSetAreaName, isSetAutoIndent, isSetAutoMarkIncomplete, isSetBackColor, isSetBorderColor, isSetBottomBorder, isSetBySelectedColumns, isSetDataFormat, isSetDetailUse, isSetEditFormat, isSetFillType, isSetFont, isSetHorizontalAlignment, isSetHyperlink, isSetIndent, isSetLeftBorder, isSetMarginBottom, isSetMarginLeft, isSetMarginRight, isSetMarginTop, isSetMarkIncomplete, isSetMarkNegatives, isSetMask, isSetPattern, isSetPatternColor, isSetPicture, isSetPictureHorizontalAlignment, isSetPictureSize, isSetPictureVerticalAlignment, isSetProtection, isSetRightBorder, isSetSizeChangeMode, isSetTextColor, isSetTextOrientation, isSetTextPlacement, isSetTextPosition, isSetTopBorder, isSetVerticalAlignment, setAreaName, setAutoIndent, setAutoMarkIncomplete, setBackColor, setBorderColor, setBottomBorder, setBySelectedColumns, setCellReference, setDataFormat, setDetailUse, setEditFormat, setFillType, setFont, setHorizontalAlignment, setHyperlink, setIndent, setIsTemplateModeOn, setLeftBorder, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMarkIncomplete, setMarkNegatives, setMask, setPattern, setPatternColor, setPicture, setPictureHorizontalAlignment, setPictureSize, setPictureVerticalAlignment, setProtection, setRightBorder, setSizeChangeMode, setTextColor, setTextOrientation, setTextPlacement, setTextPosition, setTopBorder, setVerticalAlignment, unsetAreaName, unsetAutoIndent, unsetAutoMarkIncomplete, unsetBackColor, unsetBorderColor, unsetBottomBorder, unsetBySelectedColumns, unsetDataFormat, unsetDetailUse, unsetEditFormat, unsetFillType, unsetFont, unsetHorizontalAlignment, unsetHyperlink, unsetIndent, unsetLeftBorder, unsetMarginBottom, unsetMarginLeft, unsetMarginRight, unsetMarginTop, unsetMarkIncomplete, unsetMarkNegatives, unsetMask, unsetPattern, unsetPatternColor, unsetPicture, unsetPictureHorizontalAlignment, unsetPictureSize, unsetPictureVerticalAlignment, unsetProtection, unsetRightBorder, unsetSizeChangeMode, unsetTextColor, unsetTextOrientation, unsetTextPlacement, unsetTextPosition, unsetTopBorder, unsetVerticalAlignment
 
- 
 
- 
- 
- 
Method Detail- 
isKeepWithNextboolean isKeepWithNext() Returns the value of the 'Keep With Next' attribute.- Returns:
- the value of the 'Keep With Next' attribute.
- See Also:
- isSetKeepWithNext(),- unsetKeepWithNext(),- setKeepWithNext(boolean),- ContentPackage.getColumnsRowsProperties_KeepWithNext()
 
 - 
setKeepWithNextvoid setKeepWithNext(boolean value) Sets the value of the 'Keep With Next' attribute.- Parameters:
- value- the new value of the 'Keep With Next' attribute.
- See Also:
- isSetKeepWithNext(),- unsetKeepWithNext(),- isKeepWithNext()
 
 - 
unsetKeepWithNextvoid unsetKeepWithNext() Unsets the value of the 'Keep With Next' attribute.
 - 
isSetKeepWithNextboolean isSetKeepWithNext() Returns whether the value of the 'Keep With Next' attribute is set.- Returns:
- whether the value of the 'Keep With Next' attribute is set.
- See Also:
- unsetKeepWithNext(),- isKeepWithNext(),- setKeepWithNext(boolean)
 
 - 
isPageBreakBeforeboolean isPageBreakBefore() Returns the value of the 'Page Break Before' attribute.- Returns:
- the value of the 'Page Break Before' attribute.
- See Also:
- isSetPageBreakBefore(),- unsetPageBreakBefore(),- setPageBreakBefore(boolean),- ContentPackage.getColumnsRowsProperties_PageBreakBefore()
 
 - 
setPageBreakBeforevoid setPageBreakBefore(boolean value) Sets the value of the 'Page Break Before' attribute.- Parameters:
- value- the new value of the 'Page Break Before' attribute.
- See Also:
- isSetPageBreakBefore(),- unsetPageBreakBefore(),- isPageBreakBefore()
 
 - 
unsetPageBreakBeforevoid unsetPageBreakBefore() Unsets the value of the 'Page Break Before' attribute.
 - 
isSetPageBreakBeforeboolean isSetPageBreakBefore() Returns whether the value of the 'Page Break Before' attribute is set.- Returns:
- whether the value of the 'Page Break Before' attribute is set.
- See Also:
- unsetPageBreakBefore(),- isPageBreakBefore(),- setPageBreakBefore(boolean)
 
 - 
isPageBreakAfterboolean isPageBreakAfter() Returns the value of the 'Page Break After' attribute.- Returns:
- the value of the 'Page Break After' attribute.
- See Also:
- isSetPageBreakAfter(),- unsetPageBreakAfter(),- setPageBreakAfter(boolean),- ContentPackage.getColumnsRowsProperties_PageBreakAfter()
 
 - 
setPageBreakAftervoid setPageBreakAfter(boolean value) Sets the value of the 'Page Break After' attribute.- Parameters:
- value- the new value of the 'Page Break After' attribute.
- See Also:
- isSetPageBreakAfter(),- unsetPageBreakAfter(),- isPageBreakAfter()
 
 - 
unsetPageBreakAftervoid unsetPageBreakAfter() Unsets the value of the 'Page Break After' attribute.
 - 
isSetPageBreakAfterboolean isSetPageBreakAfter() Returns whether the value of the 'Page Break After' attribute is set.- Returns:
- whether the value of the 'Page Break After' attribute is set.
- See Also:
- unsetPageBreakAfter(),- isPageBreakAfter(),- setPageBreakAfter(boolean)
 
 
- 
 
-