Class CharacterSection
- java.lang.Object
 - 
- org.apache.poi.xdgf.usermodel.section.XDGFSection
 - 
- org.apache.poi.xdgf.usermodel.section.CharacterSection
 
 
 
- 
public class CharacterSection extends XDGFSection
 
- 
- 
Constructor Summary
Constructors Constructor Description CharacterSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetFontColor()java.lang.DoublegetFontSize()voidsetupMaster(XDGFSection section)- 
Methods inherited from class org.apache.poi.xdgf.usermodel.section.XDGFSection
getXmlObject, load, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CharacterSection
public CharacterSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet) 
 - 
 
- 
Method Detail
- 
getFontSize
public java.lang.Double getFontSize()
 
- 
getFontColor
public java.awt.Color getFontColor()
 
- 
setupMaster
public void setupMaster(XDGFSection section)
- Specified by:
 setupMasterin classXDGFSection
 
 - 
 
 -