com.ebmwebsourcing.easybpmn.bpmn20diagram.api.type
Interface TFont

All Superinterfaces:
java.lang.Comparable<com.ebmwebsourcing.easybox.api.XmlObjectNode>, com.ebmwebsourcing.easybox.api.XmlObject, com.ebmwebsourcing.easybox.api.XmlObjectNode
All Known Subinterfaces:
Font

public interface TFont
extends com.ebmwebsourcing.easybox.api.XmlObject


Field Summary
 
Fields inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
EMPTY_ARRAY
 
Method Summary
 java.lang.String getName()
           
 double getSize()
           
 boolean hasIsBold()
           
 boolean hasIsItalic()
           
 boolean hasIsStrikeThrough()
           
 boolean hasIsUnderline()
           
 boolean hasName()
           
 boolean hasSize()
           
 boolean isIsBold()
           
 boolean isIsItalic()
           
 boolean isIsStrikeThrough()
           
 boolean isIsUnderline()
           
 void setIsBold(boolean value)
           
 void setIsItalic(boolean value)
           
 void setIsStrikeThrough(boolean value)
           
 void setIsUnderline(boolean value)
           
 void setName(java.lang.String value)
           
 void setSize(double value)
           
 void unsetIsBold()
           
 void unsetIsItalic()
           
 void unsetIsStrikeThrough()
           
 void unsetIsUnderline()
           
 void unsetSize()
           
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObject
duplicateXmlObject, duplicateXmlObjectAs, getXmlContext, getXmlObjectAdoptedChildren, getXmlObjectAttributes, getXmlObjectDOMNode, getXmlObjectInScopeNamespaces, getXmlObjectNaturalChildren, setXmlObjectQName
 
Methods inherited from interface com.ebmwebsourcing.easybox.api.XmlObjectNode
getUserData, getXmlObjectAncestors, getXmlObjectBaseIndexes, getXmlObjectBaseRoot, getXmlObjectBaseURI, getXmlObjectBaseXPath, getXmlObjectChildren, getXmlObjectDescendants, getXmlObjectFollowing, getXmlObjectFollowingSibling, getXmlObjectFollowingSiblings, getXmlObjectIndex, getXmlObjectParent, getXmlObjectPreceding, getXmlObjectPrecedingOrAncestor, getXmlObjectPrecedingSibling, getXmlObjectPrecedingSiblings, getXmlObjectQName, getXmlObjectRoot, getXmlObjectTextContent, getXmlObjectValue, hasUserData, setUserData
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String value)

hasName

boolean hasName()

getSize

double getSize()

setSize

void setSize(double value)

hasSize

boolean hasSize()

unsetSize

void unsetSize()

isIsBold

boolean isIsBold()

setIsBold

void setIsBold(boolean value)

hasIsBold

boolean hasIsBold()

unsetIsBold

void unsetIsBold()

isIsItalic

boolean isIsItalic()

setIsItalic

void setIsItalic(boolean value)

hasIsItalic

boolean hasIsItalic()

unsetIsItalic

void unsetIsItalic()

isIsUnderline

boolean isIsUnderline()

setIsUnderline

void setIsUnderline(boolean value)

hasIsUnderline

boolean hasIsUnderline()

unsetIsUnderline

void unsetIsUnderline()

isIsStrikeThrough

boolean isIsStrikeThrough()

setIsStrikeThrough

void setIsStrikeThrough(boolean value)

hasIsStrikeThrough

boolean hasIsStrikeThrough()

unsetIsStrikeThrough

void unsetIsStrikeThrough()


Copyright © 2011 Petals Link. All Rights Reserved.