org.apache.poi.xdgf.usermodel.section
Class CharacterSection

java.lang.Object
  extended by org.apache.poi.xdgf.usermodel.section.XDGFSection
      extended by org.apache.poi.xdgf.usermodel.section.CharacterSection

public class CharacterSection
extends XDGFSection


Field Summary
 
Fields inherited from class org.apache.poi.xdgf.usermodel.section.XDGFSection
_cells, _containingSheet, _section
 
Constructor Summary
CharacterSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
           
 
Method Summary
 java.awt.Color getFontColor()
           
 java.lang.Double getFontSize()
           
 void setupMaster(XDGFSection section)
           
 
Methods inherited from class org.apache.poi.xdgf.usermodel.section.XDGFSection
getXmlObject, load, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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:
setupMaster in class XDGFSection


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.