Class Layout
java.lang.Object
com.independentsoft.office.charts.Layout
The Class Layout.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extension list (c:extLst).Gets the manual layout.voidsetExtensionList(ExtensionList extensionList)Sets the extension list (c:extLst).voidsetManualLayout(ManualLayout manualLayout)Sets the manual layout.toString()
-
Constructor Details
-
Layout
public Layout()Instantiates a new layout.
-
-
Method Details
-
clone
-
toString
-
getExtensionList
Gets the extension list (c:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the extension list (c:extLst).- Parameters:
extensionList- the new extension list
-
getManualLayout
Gets the manual layout.- Returns:
- the manual layout
-
setManualLayout
Sets the manual layout.- Parameters:
manualLayout- the new manual layout
-