public interface IRDTableProperty extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_BOTTOM_BORDER |
static java.lang.String |
PROP_BOTTOM_CELL_MAR |
static java.lang.String |
PROP_INSIDE_H_BORDER |
static java.lang.String |
PROP_INSIDE_V_BORDER |
static java.lang.String |
PROP_LEFT_BORDER |
static java.lang.String |
PROP_LEFT_CELL_MAR |
static java.lang.String |
PROP_RIGHT_BORDER |
static java.lang.String |
PROP_RIGHT_CELL_MAR |
static java.lang.String |
PROP_TBL_STYLE_COL_BAND_SIZE |
static java.lang.String |
PROP_TBL_STYLE_ROW_BAND_SIZE |
static java.lang.String |
PROP_TOP_BORDER |
static java.lang.String |
PROP_TOP_CELL_MAR |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
IRDTableBorder |
getBottomBorder() |
int |
getBottomCellMar() |
IRDTableBorder |
getInsideHBorder() |
IRDTableBorder |
getInsideVBorder() |
IRDTableBorder |
getLeftBorder() |
int |
getLeftCellMar() |
IRDTableBorder |
getRightBorder() |
int |
getRightCellMar() |
int |
getTblStyleColBandSize() |
int |
getTblStyleRowBandSize() |
IRDTableBorder |
getTopBorder() |
int |
getTopCellMar() |
void |
setBottomBorder(IRDTableBorder bottomBorder) |
void |
setBottomCellMar(int bottomCellMar) |
void |
setInsideHBorder(IRDTableBorder insideHBorder) |
void |
setInsideVBorder(IRDTableBorder insideVBorder) |
void |
setLeftBorder(IRDTableBorder leftBorder) |
void |
setLeftCellMar(int leftCellMar) |
void |
setRightBorder(IRDTableBorder rightBorder) |
void |
setRightCellMar(int rightCellMar) |
void |
setTblStyleColBandSize(int tblStyleColBandSize) |
void |
setTblStyleRowBandSize(int tblStyleRowBandSize) |
void |
setTopBorder(IRDTableBorder topBorder) |
void |
setTopCellMar(int topCellMar) |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_TBL_STYLE_ROW_BAND_SIZE
static final java.lang.String PROP_TBL_STYLE_COL_BAND_SIZE
static final java.lang.String PROP_TOP_BORDER
static final java.lang.String PROP_LEFT_BORDER
static final java.lang.String PROP_BOTTOM_BORDER
static final java.lang.String PROP_RIGHT_BORDER
static final java.lang.String PROP_INSIDE_H_BORDER
static final java.lang.String PROP_INSIDE_V_BORDER
static final java.lang.String PROP_TOP_CELL_MAR
static final java.lang.String PROP_LEFT_CELL_MAR
static final java.lang.String PROP_BOTTOM_CELL_MAR
static final java.lang.String PROP_RIGHT_CELL_MAR
void setTblStyleRowBandSize(int tblStyleRowBandSize)
int getTblStyleRowBandSize()
void setTblStyleColBandSize(int tblStyleColBandSize)
int getTblStyleColBandSize()
void setTopBorder(IRDTableBorder topBorder)
IRDTableBorder getTopBorder()
void setLeftBorder(IRDTableBorder leftBorder)
IRDTableBorder getLeftBorder()
void setBottomBorder(IRDTableBorder bottomBorder)
IRDTableBorder getBottomBorder()
void setRightBorder(IRDTableBorder rightBorder)
IRDTableBorder getRightBorder()
void setInsideHBorder(IRDTableBorder insideHBorder)
IRDTableBorder getInsideHBorder()
void setInsideVBorder(IRDTableBorder insideVBorder)
IRDTableBorder getInsideVBorder()
void setTopCellMar(int topCellMar)
int getTopCellMar()
void setLeftCellMar(int leftCellMar)
int getLeftCellMar()
void setBottomCellMar(int bottomCellMar)
int getBottomCellMar()
void setRightCellMar(int rightCellMar)
int getRightCellMar()