Package org.freeplane.api
Interface FontRO
-
- All Known Subinterfaces:
Font,Proxy.Font,Proxy.FontRO
public interface FontRONode's font:node.style.font- read-only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()intgetSize()booleanisBold()booleanisBoldSet()booleanisItalic()booleanisItalicSet()booleanisNameSet()booleanisSizeSet()booleanisStrikedThrough()booleanisStrikedThroughSet()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getSize
int getSize()
-
isBold
boolean isBold()
-
isBoldSet
boolean isBoldSet()
-
isItalic
boolean isItalic()
-
isItalicSet
boolean isItalicSet()
-
isStrikedThrough
boolean isStrikedThrough()
-
isStrikedThroughSet
boolean isStrikedThroughSet()
-
isNameSet
boolean isNameSet()
-
isSizeSet
boolean isSizeSet()
-
-