public interface IReportHeaderFooterBlock extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_FONT_COLOR |
static java.lang.String |
PROP_FONT_SIZE |
static java.lang.String |
PROP_FONT_STYLE |
static java.lang.String |
PROP_FONT_TYPE |
static java.lang.String |
PROP_FORMAT |
static java.lang.String |
PROP_VERTICAL_ALIGNMENT |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
int |
getFontColor() |
int |
getFontSize() |
java.lang.String |
getFontStyle() |
java.lang.String |
getFontType() |
java.lang.String |
getFormat() |
int |
getVerticalAlignment() |
void |
setFontColor(int fontColor) |
void |
setFontSize(int fontSize) |
void |
setFontStyle(java.lang.String fontStyle) |
void |
setFontType(java.lang.String fontType) |
void |
setFormat(java.lang.String format) |
void |
setVerticalAlignment(int verticalAlignment) |
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_VERTICAL_ALIGNMENT
static final java.lang.String PROP_FONT_COLOR
static final java.lang.String PROP_FONT_SIZE
static final java.lang.String PROP_FONT_STYLE
static final java.lang.String PROP_FONT_TYPE
static final java.lang.String PROP_FORMAT
void setVerticalAlignment(int verticalAlignment)
int getVerticalAlignment()
void setFontColor(int fontColor)
int getFontColor()
void setFontSize(int fontSize)
int getFontSize()
void setFontStyle(java.lang.String fontStyle)
java.lang.String getFontStyle()
void setFontType(java.lang.String fontType)
java.lang.String getFontType()
void setFormat(java.lang.String format)
java.lang.String getFormat()