public interface IRDTableStyle extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_IND_LEFT |
static java.lang.String |
PROP_IND_RIGHT |
static java.lang.String |
PROP_SPACING_AFTER |
static java.lang.String |
PROP_SPACING_BEFORE |
static java.lang.String |
PROP_STYLE_ID |
static java.lang.String |
PROP_TABLE_CELL_BOLD |
static java.lang.String |
PROP_TABLE_CELL_COLOR |
static java.lang.String |
PROP_TABLE_CELL_FILL |
static java.lang.String |
PROP_TABLE_CELL_FONT_NAME |
static java.lang.String |
PROP_TABLE_CELL_FONT_SIZE |
static java.lang.String |
PROP_TABLE_CELL_ITALIC |
static java.lang.String |
PROP_TABLE_CELL_UNDERLINE |
static java.lang.String |
PROP_TABLE_PROPERTY |
static java.lang.String |
PROP_TABLE_STYLE_PROPERTIES |
static int |
TABLE_CELL_BOLD_NO |
static int |
TABLE_CELL_BOLD_UNSPECIFIED |
static int |
TABLE_CELL_BOLD_YES |
static int |
TABLE_CELL_ITALIC_NO |
static int |
TABLE_CELL_ITALIC_UNSPECIFIED |
static int |
TABLE_CELL_ITALIC_YES |
static int |
TABLE_CELL_UNDERLINE_NO |
static int |
TABLE_CELL_UNDERLINE_UNSPECIFIED |
static int |
TABLE_CELL_UNDERLINE_YES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addTableStyleProperty(IRDTableStyleProperty tableStyleProperty) |
int |
getIndLeft() |
int |
getIndRight() |
int |
getSpacingAfter() |
int |
getSpacingBefore() |
java.lang.String |
getStyleId() |
int |
getTableCellBold() |
java.lang.String |
getTableCellColor() |
java.lang.String |
getTableCellFill() |
java.lang.String |
getTableCellFontName() |
int |
getTableCellFontSize() |
int |
getTableCellItalic() |
int |
getTableCellUnderline() |
IRDTableProperty |
getTableProperty() |
IRDTableStyleProperty |
getTableStylePropertyByIndex(int index) |
void |
removeTableStyleProperty(IRDTableStyleProperty tableStyleProperty) |
void |
removeTableStylePropertyByIndex(int index) |
void |
setIndLeft(int indLeft) |
void |
setIndRight(int indRight) |
void |
setSpacingAfter(int spacingAfter) |
void |
setSpacingBefore(int spacingBefore) |
void |
setStyleId(java.lang.String styleId) |
void |
setTableCellBold(int tableCellBold) |
void |
setTableCellColor(java.lang.String tableCellColor) |
void |
setTableCellFill(java.lang.String tableCellFill) |
void |
setTableCellFontName(java.lang.String tableCellFontName) |
void |
setTableCellFontSize(int tableCellFontSize) |
void |
setTableCellItalic(int tableCellItalic) |
void |
setTableCellUnderline(int tableCellUnderline) |
void |
setTableProperty(IRDTableProperty tableProperty) |
int |
tableStylePropertyCount() |
java.util.Iterator |
tableStylePropertyIterator()
Returns an iterator over the model elements
IRDTableStyleProperty . |
IRDTableStyleProperty[] |
toTableStylePropertyArray() |
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_STYLE_ID
static final java.lang.String PROP_TABLE_PROPERTY
static final java.lang.String PROP_TABLE_CELL_FONT_NAME
static final java.lang.String PROP_TABLE_CELL_FONT_SIZE
static final java.lang.String PROP_TABLE_CELL_BOLD
static final int TABLE_CELL_BOLD_UNSPECIFIED
static final int TABLE_CELL_BOLD_YES
static final int TABLE_CELL_BOLD_NO
static final java.lang.String PROP_TABLE_CELL_ITALIC
static final int TABLE_CELL_ITALIC_UNSPECIFIED
static final int TABLE_CELL_ITALIC_YES
static final int TABLE_CELL_ITALIC_NO
static final java.lang.String PROP_TABLE_CELL_UNDERLINE
static final int TABLE_CELL_UNDERLINE_UNSPECIFIED
static final int TABLE_CELL_UNDERLINE_YES
static final int TABLE_CELL_UNDERLINE_NO
static final java.lang.String PROP_TABLE_CELL_COLOR
static final java.lang.String PROP_TABLE_CELL_FILL
static final java.lang.String PROP_TABLE_STYLE_PROPERTIES
static final java.lang.String PROP_IND_LEFT
static final java.lang.String PROP_IND_RIGHT
static final java.lang.String PROP_SPACING_BEFORE
static final java.lang.String PROP_SPACING_AFTER
void setStyleId(java.lang.String styleId)
java.lang.String getStyleId()
void setTableProperty(IRDTableProperty tableProperty)
IRDTableProperty getTableProperty()
void setTableCellFontName(java.lang.String tableCellFontName)
java.lang.String getTableCellFontName()
void setTableCellFontSize(int tableCellFontSize)
int getTableCellFontSize()
void setTableCellBold(int tableCellBold)
int getTableCellBold()
void setTableCellItalic(int tableCellItalic)
int getTableCellItalic()
void setTableCellUnderline(int tableCellUnderline)
int getTableCellUnderline()
void setTableCellColor(java.lang.String tableCellColor)
java.lang.String getTableCellColor()
void setTableCellFill(java.lang.String tableCellFill)
java.lang.String getTableCellFill()
void addTableStyleProperty(IRDTableStyleProperty tableStyleProperty)
void removeTableStyleProperty(IRDTableStyleProperty tableStyleProperty)
IRDTableStyleProperty getTableStylePropertyByIndex(int index)
void removeTableStylePropertyByIndex(int index)
int tableStylePropertyCount()
java.util.Iterator tableStylePropertyIterator()
IRDTableStyleProperty
.IRDTableStyleProperty[] toTableStylePropertyArray()
void setIndLeft(int indLeft)
int getIndLeft()
void setIndRight(int indRight)
int getIndRight()
void setSpacingBefore(int spacingBefore)
int getSpacingBefore()
void setSpacingAfter(int spacingAfter)
int getSpacingAfter()