de.mid.innovator.srv2api.icw2pres
Interface PRPresText

All Superinterfaces:
ELContAsgnAble, ELElement, ELObject

public interface PRPresText
extends ELContAsgnAble


Nested Class Summary
static class PRPresText.VAttr
           
 
Method Summary
 K_ALIGN getHorizontalAlignment()
          The horizontal alignment of this text.
 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()
          The context of this footer text.
 PRPresContext getOwningHeaderContext()
          The context of this header text.
 boolean getShowLine()
          true, if a line of this text is shown.
 boolean getShowText()
          true, if this text is shown.
 String getTextColor()
          The color name of the text for this text.
 String getTextFont()
          The font name of this text.
 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
 

Method Detail

getHorizontalAlignment

K_ALIGN getHorizontalAlignment()
                               throws InoNetException,
                                      SrvErrorException
The horizontal alignment of this text.

Throws:
InoNetException
SrvErrorException

getLineColor

String getLineColor()
                    throws InoNetException,
                           SrvErrorException
The color name of the line for this text.

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

getMarginText

int getMarginText()
                  throws InoNetException,
                         SrvErrorException
Margin of this text.

Throws:
InoNetException
SrvErrorException

getOwningFooterContext

PRPresContext getOwningFooterContext()
                                     throws InoNetException,
                                            SrvErrorException
The context of this footer text.

Throws:
InoNetException
SrvErrorException

getOwningHeaderContext

PRPresContext getOwningHeaderContext()
                                     throws InoNetException,
                                            SrvErrorException
The context of this header text.

Throws:
InoNetException
SrvErrorException

getShowLine

boolean getShowLine()
                    throws InoNetException,
                           SrvErrorException
true, if a line of this text is shown.

Throws:
InoNetException
SrvErrorException

getShowText

boolean getShowText()
                    throws InoNetException,
                           SrvErrorException
true, if this text is shown.

Throws:
InoNetException
SrvErrorException

getTextColor

String getTextColor()
                    throws InoNetException,
                           SrvErrorException
The color name of the text for this text.

Throws:
InoNetException
SrvErrorException

getTextFont

String getTextFont()
                   throws InoNetException,
                          SrvErrorException
The font name of this text.

Throws:
InoNetException
SrvErrorException

getTextString

String getTextString()
                     throws InoNetException,
                            SrvErrorException
String of this text.

Throws:
InoNetException
SrvErrorException