public interface IRDTableStyleProperty extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
BOLD_NO |
static int |
BOLD_UNSPECIFIED |
static int |
BOLD_YES |
static int |
ITALIC_NO |
static int |
ITALIC_UNSPECIFIED |
static int |
ITALIC_YES |
static java.lang.String |
PROP_BOLD |
static java.lang.String |
PROP_BOTTOM_BORDER |
static java.lang.String |
PROP_COLOR |
static java.lang.String |
PROP_FILL |
static java.lang.String |
PROP_FONT_NAME |
static java.lang.String |
PROP_FONT_SIZE |
static java.lang.String |
PROP_INSIDE_H_BORDER |
static java.lang.String |
PROP_INSIDE_V_BORDER |
static java.lang.String |
PROP_ITALIC |
static java.lang.String |
PROP_LEFT_BORDER |
static java.lang.String |
PROP_RIGHT_BORDER |
static java.lang.String |
PROP_TOP_BORDER |
static java.lang.String |
PROP_TYPE |
static java.lang.String |
PROP_UNDERLINE |
static int |
UNDERLINE_NO |
static int |
UNDERLINE_UNSPECIFIED |
static int |
UNDERLINE_YES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
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_TYPE
static final java.lang.String PROP_FONT_NAME
static final java.lang.String PROP_FONT_SIZE
static final java.lang.String PROP_BOLD
static final int BOLD_UNSPECIFIED
static final int BOLD_YES
static final int BOLD_NO
static final java.lang.String PROP_ITALIC
static final int ITALIC_UNSPECIFIED
static final int ITALIC_YES
static final int ITALIC_NO
static final java.lang.String PROP_UNDERLINE
static final int UNDERLINE_UNSPECIFIED
static final int UNDERLINE_YES
static final int UNDERLINE_NO
static final java.lang.String PROP_COLOR
static final java.lang.String PROP_FILL
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
void setType(java.lang.String type)
java.lang.String getType()
void setFontName(java.lang.String fontName)
java.lang.String getFontName()
void setFontSize(int fontSize)
int getFontSize()
void setBold(int bold)
int getBold()
void setItalic(int italic)
int getItalic()
void setUnderline(int underline)
int getUnderline()
void setColor(java.lang.String color)
java.lang.String getColor()
void setFill(java.lang.String fill)
java.lang.String getFill()
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()