Class Sheet
java.lang.Object
com.independentsoft.office.spreadsheet.Sheet
- Direct Known Subclasses:
ChartSheet,DialogSheet,Worksheet
The Class Sheet.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DrawingObjectsprotected HeaderFooterSettingsprotected intprotected Stringprotected PageMarginsprotected Relationshipprotected SheetVisibilityTypeprotected VmlDrawingprotected VmlDrawing -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Sheetclone()Gets the drawing objects.Gets the header footer settings.intgetID()Gets the id.getName()Gets the name.Gets the page margins.Gets the visibility state.Gets the vml header footer objects.Gets the vml objects.voidsetDrawingObjects(DrawingObjects drawingObjects)Sets the drawing objects.voidsetID(int id)Sets the id.voidSets the name.voidsetPageMargins(PageMargins pageMargins)Sets the page margins.voidsetVisibilityState(SheetVisibilityType visibilityState)Sets the visibility state.
-
Field Details
-
relationship
-
name
-
id
protected int id -
visibilityState
-
pageMargins
-
vmlDrawing
-
drawingObjects
-
-
Constructor Details
-
Sheet
public Sheet()
-
-
Method Details
-
clone
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-
getVisibilityState
Gets the visibility state.- Returns:
- the visibility state
-
setVisibilityState
Sets the visibility state.- Parameters:
visibilityState- the new visibility state
-
getPageMargins
Gets the page margins.- Returns:
- the page margins
-
setPageMargins
Sets the page margins.- Parameters:
pageMargins- the new page margins
-
getVmlObjects
Gets the vml objects.- Returns:
- the vml objects
-
getDrawingObjects
Gets the drawing objects.- Returns:
- the drawing objects
-
setDrawingObjects
Sets the drawing objects.- Parameters:
drawingObjects- the new drawing objects
-