Interface PRPresText
-
- All Superinterfaces:
ELContAsgnAble
,ELElement
,ELObject
,ELUUIDAble
public interface PRPresText extends ELContAsgnAble
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PRPresText.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K_ALIGN
getHorizontalAlignment()
The horizontal alignment of this text.java.lang.String
getLineColor()
The color name of the line for this text.int
getLineWidth()
Line width of this text.int
getMarginBorder()
Margin of the border for this text.int
getMarginText()
Margin of this text.PRPresContext
getOwningFooterContext()
PRPresContext
getOwningHeaderContext()
boolean
getShowLine()
true, if a line of this text is shown.boolean
getShowText()
true, if this text is shown.java.lang.String
getTextColor()
The color name of the text for this text.java.lang.String
getTextFont()
The font name of this text.java.lang.String
getTextString()
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, SrvErrorException
String of this text.- Throws:
InoNetException
SrvErrorException
-
getMarginText
int getMarginText() throws InoNetException, SrvErrorException
Margin of this text.- Throws:
InoNetException
SrvErrorException
-
getHorizontalAlignment
K_ALIGN getHorizontalAlignment() throws InoNetException, SrvErrorException
The horizontal alignment of this text.- Throws:
InoNetException
SrvErrorException
-
getShowText
boolean getShowText() throws InoNetException, SrvErrorException
true, if this text is shown.- Throws:
InoNetException
SrvErrorException
-
getShowLine
boolean getShowLine() throws InoNetException, SrvErrorException
true, if a line of this text is shown.- Throws:
InoNetException
SrvErrorException
-
getLineWidth
int getLineWidth() throws InoNetException, SrvErrorException
Line width of this text.- Throws:
InoNetException
SrvErrorException
-
getMarginBorder
int getMarginBorder() throws InoNetException, SrvErrorException
Margin of the border for this text.- Throws:
InoNetException
SrvErrorException
-
getTextFont
java.lang.String getTextFont() throws InoNetException, SrvErrorException
The font name of this text.- Throws:
InoNetException
SrvErrorException
-
getTextColor
java.lang.String getTextColor() throws InoNetException, SrvErrorException
The color name of the text for this text.- Throws:
InoNetException
SrvErrorException
-
getLineColor
java.lang.String getLineColor() throws InoNetException, SrvErrorException
The color name of the line for this text.- Throws:
InoNetException
SrvErrorException
-
getOwningFooterContext
PRPresContext getOwningFooterContext() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
getOwningHeaderContext
PRPresContext getOwningHeaderContext() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
-