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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isKeepWithNext()
Returns the value of the 'Keep With Next' attribute.boolean
isPageBreakAfter()
Returns the value of the 'Page Break After' attribute.boolean
isPageBreakBefore()
Returns the value of the 'Page Break Before' attribute.boolean
isSetKeepWithNext()
Returns whether the value of the 'Keep With Next
' attribute is set.boolean
isSetPageBreakAfter()
Returns whether the value of the 'Page Break After
' attribute is set.boolean
isSetPageBreakBefore()
Returns whether the value of the 'Page Break Before
' attribute is set.void
setKeepWithNext(boolean value)
Sets the value of the 'Keep With Next
' attribute.void
setPageBreakAfter(boolean value)
Sets the value of the 'Page Break After
' attribute.void
setPageBreakBefore(boolean value)
Sets the value of the 'Page Break Before
' attribute.void
unsetKeepWithNext()
Unsets the value of the 'Keep With Next
' attribute.void
unsetPageBreakAfter()
Unsets the value of the 'Page Break After
' attribute.void
unsetPageBreakBefore()
Unsets the value of the 'Page Break Before
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseFormattingCellProperties
getAreaName, getAutoIndent, getBackColor, getBorderColor, getBottomBorder, getCellReference, getDataFormat, getDetailUse, getEditFormat, getFillType, getFont, getHorizontalAlignment, getIndent, getLeftBorder, 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, 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, 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, unsetMarkIncomplete, unsetMarkNegatives, unsetMask, unsetPattern, unsetPatternColor, unsetPicture, unsetPictureHorizontalAlignment, unsetPictureSize, unsetPictureVerticalAlignment, unsetProtection, unsetRightBorder, unsetSizeChangeMode, unsetTextColor, unsetTextOrientation, unsetTextPlacement, unsetTextPosition, unsetTopBorder, unsetVerticalAlignment
-
-
-
-
Method Detail
-
isKeepWithNext
boolean 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()
-
setKeepWithNext
void 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()
-
unsetKeepWithNext
void unsetKeepWithNext()
Unsets the value of the 'Keep With Next
' attribute.
-
isSetKeepWithNext
boolean 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)
-
isPageBreakBefore
boolean 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()
-
setPageBreakBefore
void 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()
-
unsetPageBreakBefore
void unsetPageBreakBefore()
Unsets the value of the 'Page Break Before
' attribute.
-
isSetPageBreakBefore
boolean 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)
-
isPageBreakAfter
boolean 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()
-
setPageBreakAfter
void 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()
-
unsetPageBreakAfter
void unsetPageBreakAfter()
Unsets the value of the 'Page Break After
' attribute.
-
isSetPageBreakAfter
boolean 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)
-
-