public interface IReportPageInfo extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_MARGIN_BOTTOM |
static java.lang.String |
PROP_MARGIN_LEFT |
static java.lang.String |
PROP_MARGIN_RIGHT |
static java.lang.String |
PROP_MARGIN_TOP |
static java.lang.String |
PROP_PAGE_SIZE |
static java.lang.String |
PROP_PORTRAIT |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
double |
getMarginBottom() |
double |
getMarginLeft() |
double |
getMarginRight() |
double |
getMarginTop() |
java.lang.String |
getPageSize() |
boolean |
isPortrait() |
void |
setMarginBottom(double marginBottom) |
void |
setMarginLeft(double marginLeft) |
void |
setMarginRight(double marginRight) |
void |
setMarginTop(double marginTop) |
void |
setPageSize(java.lang.String pageSize) |
void |
setPortrait(boolean portrait) |
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_PORTRAIT
static final java.lang.String PROP_PAGE_SIZE
static final java.lang.String PROP_MARGIN_LEFT
static final java.lang.String PROP_MARGIN_RIGHT
static final java.lang.String PROP_MARGIN_TOP
static final java.lang.String PROP_MARGIN_BOTTOM
void setPortrait(boolean portrait)
boolean isPortrait()
void setPageSize(java.lang.String pageSize)
java.lang.String getPageSize()
void setMarginLeft(double marginLeft)
double getMarginLeft()
void setMarginRight(double marginRight)
double getMarginRight()
void setMarginTop(double marginTop)
double getMarginTop()
void setMarginBottom(double marginBottom)
double getMarginBottom()