Class Grid
java.lang.Object
com.independentsoft.office.odf.charts.Grid
- All Implemented Interfaces:
IContentElement
The Class Grid.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Returns all content elements.Returns the parent element.getStyle()Gets name that reference style mechanisms.getType()Gets the grid type.voidsetParent(IContentElement parent)voidSets name that reference style mechanisms.voidSets a grid type.toString()Converts the value of the current Grid object to its equivalent string representation.
-
Constructor Details
-
Grid
public Grid()Initializes a new instance of the Grid class.
-
-
Method Details
-
getContentElements
Returns all content elements.- Specified by:
getContentElementsin interfaceIContentElement- Returns:
- A collection of content elements.
-
getParent
Returns the parent element.- Specified by:
getParentin interfaceIContentElement- Returns:
- the parent
-
setParent
- Specified by:
setParentin interfaceIContentElement
-
clone
Creates a new object that is a deep copy of the current instance.- Specified by:
clonein interfaceIContentElement- Overrides:
clonein classObject- Returns:
- A new object that is a copy of this instance.
-
toString
Converts the value of the current Grid object to its equivalent string representation. -
getType
Gets the grid type. The value is a namespaced token.- Returns:
- the type
-
setType
Sets a grid type. The value is a namespaced token.- Parameters:
type- the new type
-
getStyle
Gets name that reference style mechanisms.- Returns:
- the style
-
setStyle
Sets name that reference style mechanisms.- Parameters:
style- the new style
-