Interface PRPresText
-
- All Superinterfaces:
ELContAsgnAble,ELElement,ELObject,ELUUIDAble
public interface PRPresText extends ELContAsgnAble
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPRPresText.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K_ALIGNgetHorizontalAlignment()The horizontal alignment of this text.java.lang.StringgetLineColor()The color name of the line for this text.intgetLineWidth()Line width of this text.intgetMarginBorder()Margin of the border for this text.intgetMarginText()Margin of this text.PRPresContextgetOwningFooterContext()PRPresContextgetOwningHeaderContext()booleangetShowLine()true, if a line of this text is shown.booleangetShowText()true, if this text is shown.java.lang.StringgetTextColor()The color name of the text for this text.java.lang.StringgetTextFont()The font name of this text.java.lang.StringgetTextString()String of this text.-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getTextString
java.lang.String getTextString() throws InoNetException, SrvErrorExceptionString of this text.- Throws:
InoNetExceptionSrvErrorException
-
getMarginText
int getMarginText() throws InoNetException, SrvErrorExceptionMargin of this text.- Throws:
InoNetExceptionSrvErrorException
-
getHorizontalAlignment
K_ALIGN getHorizontalAlignment() throws InoNetException, SrvErrorException
The horizontal alignment of this text.- Throws:
InoNetExceptionSrvErrorException
-
getShowText
boolean getShowText() throws InoNetException, SrvErrorExceptiontrue, if this text is shown.- Throws:
InoNetExceptionSrvErrorException
-
getShowLine
boolean getShowLine() throws InoNetException, SrvErrorExceptiontrue, if a line of this text is shown.- Throws:
InoNetExceptionSrvErrorException
-
getLineWidth
int getLineWidth() throws InoNetException, SrvErrorExceptionLine width of this text.- Throws:
InoNetExceptionSrvErrorException
-
getMarginBorder
int getMarginBorder() throws InoNetException, SrvErrorExceptionMargin of the border for this text.- Throws:
InoNetExceptionSrvErrorException
-
getTextFont
java.lang.String getTextFont() throws InoNetException, SrvErrorExceptionThe font name of this text.- Throws:
InoNetExceptionSrvErrorException
-
getTextColor
java.lang.String getTextColor() throws InoNetException, SrvErrorExceptionThe color name of the text for this text.- Throws:
InoNetExceptionSrvErrorException
-
getLineColor
java.lang.String getLineColor() throws InoNetException, SrvErrorExceptionThe color name of the line for this text.- Throws:
InoNetExceptionSrvErrorException
-
getOwningFooterContext
PRPresContext getOwningFooterContext() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
getOwningHeaderContext
PRPresContext getOwningHeaderContext() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
-