public abstract class XDGFSection
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.Map<java.lang.String,XDGFCell> | _cells | 
| protected XDGFSheet | _containingSheet | 
| protected com.microsoft.schemas.office.visio.x2012.main.SectionType | _section | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | XDGFSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section,
           XDGFSheet containingSheet) | 
| Modifier and Type | Method and Description | 
|---|---|
| com.microsoft.schemas.office.visio.x2012.main.SectionType | getXmlObject() | 
| static XDGFSection | load(com.microsoft.schemas.office.visio.x2012.main.SectionType section,
    XDGFSheet containingSheet) | 
| abstract void | setupMaster(XDGFSection section) | 
| java.lang.String | toString() | 
protected com.microsoft.schemas.office.visio.x2012.main.SectionType _section
protected XDGFSheet _containingSheet
protected java.util.Map<java.lang.String,XDGFCell> _cells
protected XDGFSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section,
                      XDGFSheet containingSheet)
public static XDGFSection load(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
@Internal public com.microsoft.schemas.office.visio.x2012.main.SectionType getXmlObject()
public java.lang.String toString()
toString in class java.lang.Objectpublic abstract void setupMaster(XDGFSection section)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.