public interface Font extends BpmnModelElementInstance
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Double |
getSize() |
Boolean |
isBold() |
Boolean |
isItalic() |
Boolean |
isStrikeThrough() |
Boolean |
isUnderline() |
void |
setBold(boolean isBold) |
void |
setItalic(boolean isItalic) |
void |
setName(String name) |
void |
setSize(Double size) |
void |
setStrikeTrough(boolean isStrikeTrough) |
void |
SetUnderline(boolean isUnderline) |
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
String getName()
void setName(String name)
Double getSize()
void setSize(Double size)
Boolean isBold()
void setBold(boolean isBold)
Boolean isItalic()
void setItalic(boolean isItalic)
Boolean isUnderline()
void SetUnderline(boolean isUnderline)
Boolean isStrikeThrough()
void setStrikeTrough(boolean isStrikeTrough)
Copyright © 2015. All rights reserved.