Class Print
java.lang.Object
com.independentsoft.office.odf.styles.Print
Represents the components in a spreadsheet document to print.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.booleanSpecifies the annotations.booleanisCharts()Specifies the charts.booleanSpecifies the drawings.booleanSpecifies the formulas.booleanisGrid()Specifies the grid.booleanSpecifies the headers.booleanSpecifies the objects.booleanSpecifies the zero values.voidsetAnnotations(boolean annotations)Specifies the annotations.voidsetCharts(boolean charts)Specifies the charts.voidsetDrawings(boolean drawings)Specifies the drawings.voidsetFormulas(boolean formulas)Specifies the formulas.voidsetGrid(boolean grid)Specifies the grid.voidsetHeaders(boolean headers)Specifies the headers.voidsetObjects(boolean objects)Specifies the objects.voidsetZeroValues(boolean zeroValues)Specifies the zero values.toString()Converts the value of the current Print object to its equivalent string representation.
-
Constructor Details
-
Print
public Print()Initializes a new instance of the Print class. -
Print
Initializes a new instance of the Print class.- Parameters:
value- the value
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current Print object to its equivalent string representation. -
isHeaders
public boolean isHeaders()Specifies the headers.- Returns:
- true, if is headers
-
setHeaders
public void setHeaders(boolean headers)Specifies the headers.- Parameters:
headers- the new headers
-
isGrid
public boolean isGrid()Specifies the grid.- Returns:
- true, if is grid
-
setGrid
public void setGrid(boolean grid)Specifies the grid.- Parameters:
grid- the new grid
-
isAnnotations
public boolean isAnnotations()Specifies the annotations.- Returns:
- true, if is annotations
-
setAnnotations
public void setAnnotations(boolean annotations)Specifies the annotations.- Parameters:
annotations- the new annotations
-
isObjects
public boolean isObjects()Specifies the objects.- Returns:
- true, if is objects
-
setObjects
public void setObjects(boolean objects)Specifies the objects.- Parameters:
objects- the new objects
-
isCharts
public boolean isCharts()Specifies the charts.- Returns:
- true, if is charts
-
setCharts
public void setCharts(boolean charts)Specifies the charts.- Parameters:
charts- the new charts
-
isDrawings
public boolean isDrawings()Specifies the drawings.- Returns:
- true, if is drawings
-
setDrawings
public void setDrawings(boolean drawings)Specifies the drawings.- Parameters:
drawings- the new drawings
-
isFormulas
public boolean isFormulas()Specifies the formulas.- Returns:
- true, if is formulas
-
setFormulas
public void setFormulas(boolean formulas)Specifies the formulas.- Parameters:
formulas- the new formulas
-
isZeroValues
public boolean isZeroValues()Specifies the zero values.- Returns:
- true, if is zero values
-
setZeroValues
public void setZeroValues(boolean zeroValues)Specifies the zero values.- Parameters:
zeroValues- the new zero values
-