Package com._1c.g5.v8.dt.moxel.content
Interface SpreadsheetProperties
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SpreadsheetPropertiesImpl
public interface SpreadsheetProperties extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Spreadsheet Properties'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Picture
getBackgroundPicture()
Returns the value of the 'Background Picture' containment reference.CellReference
getCellReference()
Returns the value of the 'Cell Reference' containment reference.Area
getPrintArea()
Returns the value of the 'Print Area' containment reference.Area
getRepeatColumns()
Returns the value of the 'Repeat Columns' containment reference.Area
getRepeatRows()
Returns the value of the 'Repeat Rows' containment reference.SpreadsheetDocumentSavedPicturesDensity
getSavedPicturesDensity()
Returns the value of the 'Saved Pictures Density' attribute.SpreadsheetDocumentStepDirectionType
getStepDirection()
Returns the value of the 'Step Direction' attribute.SpreadsheetDocumentTextDirectionType
getTextDirection()
Returns the value of the 'Text Direction' attribute.boolean
isFixedBackground()
Returns the value of the 'Fixed Background' attribute.boolean
isIsTemplate()
Returns the value of the 'Is Template' attribute.boolean
isSaveViewState()
Returns the value of the 'Save View State' attribute.boolean
isTotalsBelow()
Returns the value of the 'Totals Below' attribute.boolean
isTotalsRight()
Returns the value of the 'Totals Right' attribute.void
setBackgroundPicture(Picture value)
Sets the value of the 'Background Picture
' containment reference.void
setCellReference(CellReference value)
Sets the value of the 'Cell Reference
' containment reference.void
setFixedBackground(boolean value)
Sets the value of the 'Fixed Background
' attribute.void
setIsTemplate(boolean value)
Sets the value of the 'Is Template
' attribute.void
setPrintArea(Area value)
Sets the value of the 'Print Area
' containment reference.void
setRepeatColumns(Area value)
Sets the value of the 'Repeat Columns
' containment reference.void
setRepeatRows(Area value)
Sets the value of the 'Repeat Rows
' containment reference.void
setSavedPicturesDensity(SpreadsheetDocumentSavedPicturesDensity value)
Sets the value of the 'Saved Pictures Density
' attribute.void
setSaveViewState(boolean value)
Sets the value of the 'Save View State
' attribute.void
setStepDirection(SpreadsheetDocumentStepDirectionType value)
Sets the value of the 'Step Direction
' attribute.void
setTextDirection(SpreadsheetDocumentTextDirectionType value)
Sets the value of the 'Text Direction
' attribute.void
setTotalsBelow(boolean value)
Sets the value of the 'Totals Below
' attribute.void
setTotalsRight(boolean value)
Sets the value of the 'Totals Right
' attribute.
-
-
-
Method Detail
-
isIsTemplate
boolean isIsTemplate()
Returns the value of the 'Is Template' attribute.- Returns:
- the value of the 'Is Template' attribute.
- See Also:
setIsTemplate(boolean)
,ContentPackage.getSpreadsheetProperties_IsTemplate()
-
setIsTemplate
void setIsTemplate(boolean value)
Sets the value of the 'Is Template
' attribute.- Parameters:
value
- the new value of the 'Is Template' attribute.- See Also:
isIsTemplate()
-
isTotalsRight
boolean isTotalsRight()
Returns the value of the 'Totals Right' attribute.- Returns:
- the value of the 'Totals Right' attribute.
- See Also:
setTotalsRight(boolean)
,ContentPackage.getSpreadsheetProperties_TotalsRight()
-
setTotalsRight
void setTotalsRight(boolean value)
Sets the value of the 'Totals Right
' attribute.- Parameters:
value
- the new value of the 'Totals Right' attribute.- See Also:
isTotalsRight()
-
isTotalsBelow
boolean isTotalsBelow()
Returns the value of the 'Totals Below' attribute.- Returns:
- the value of the 'Totals Below' attribute.
- See Also:
setTotalsBelow(boolean)
,ContentPackage.getSpreadsheetProperties_TotalsBelow()
-
setTotalsBelow
void setTotalsBelow(boolean value)
Sets the value of the 'Totals Below
' attribute.- Parameters:
value
- the new value of the 'Totals Below' attribute.- See Also:
isTotalsBelow()
-
getBackgroundPicture
Picture getBackgroundPicture()
Returns the value of the 'Background Picture' containment reference.- Returns:
- the value of the 'Background Picture' containment reference.
- See Also:
setBackgroundPicture(Picture)
,ContentPackage.getSpreadsheetProperties_BackgroundPicture()
-
setBackgroundPicture
void setBackgroundPicture(Picture value)
Sets the value of the 'Background Picture
' containment reference.- Parameters:
value
- the new value of the 'Background Picture' containment reference.- See Also:
getBackgroundPicture()
-
isFixedBackground
boolean isFixedBackground()
Returns the value of the 'Fixed Background' attribute.- Returns:
- the value of the 'Fixed Background' attribute.
- See Also:
setFixedBackground(boolean)
,ContentPackage.getSpreadsheetProperties_FixedBackground()
-
setFixedBackground
void setFixedBackground(boolean value)
Sets the value of the 'Fixed Background
' attribute.- Parameters:
value
- the new value of the 'Fixed Background' attribute.- See Also:
isFixedBackground()
-
getStepDirection
SpreadsheetDocumentStepDirectionType getStepDirection()
Returns the value of the 'Step Direction' attribute. The literals are from the enumerationSpreadsheetDocumentStepDirectionType
.- Returns:
- the value of the 'Step Direction' attribute.
- See Also:
SpreadsheetDocumentStepDirectionType
,setStepDirection(SpreadsheetDocumentStepDirectionType)
,ContentPackage.getSpreadsheetProperties_StepDirection()
-
setStepDirection
void setStepDirection(SpreadsheetDocumentStepDirectionType value)
Sets the value of the 'Step Direction
' attribute.- Parameters:
value
- the new value of the 'Step Direction' attribute.- See Also:
SpreadsheetDocumentStepDirectionType
,getStepDirection()
-
getPrintArea
Area getPrintArea()
Returns the value of the 'Print Area' containment reference.- Returns:
- the value of the 'Print Area' containment reference.
- See Also:
setPrintArea(Area)
,ContentPackage.getSpreadsheetProperties_PrintArea()
-
setPrintArea
void setPrintArea(Area value)
Sets the value of the 'Print Area
' containment reference.- Parameters:
value
- the new value of the 'Print Area' containment reference.- See Also:
getPrintArea()
-
getRepeatRows
Area getRepeatRows()
Returns the value of the 'Repeat Rows' containment reference.- Returns:
- the value of the 'Repeat Rows' containment reference.
- See Also:
setRepeatRows(Area)
,ContentPackage.getSpreadsheetProperties_RepeatRows()
-
setRepeatRows
void setRepeatRows(Area value)
Sets the value of the 'Repeat Rows
' containment reference.- Parameters:
value
- the new value of the 'Repeat Rows' containment reference.- See Also:
getRepeatRows()
-
getRepeatColumns
Area getRepeatColumns()
Returns the value of the 'Repeat Columns' containment reference.- Returns:
- the value of the 'Repeat Columns' containment reference.
- See Also:
setRepeatColumns(Area)
,ContentPackage.getSpreadsheetProperties_RepeatColumns()
-
setRepeatColumns
void setRepeatColumns(Area value)
Sets the value of the 'Repeat Columns
' containment reference.- Parameters:
value
- the new value of the 'Repeat Columns' containment reference.- See Also:
getRepeatColumns()
-
getTextDirection
SpreadsheetDocumentTextDirectionType getTextDirection()
Returns the value of the 'Text Direction' attribute. The literals are from the enumerationSpreadsheetDocumentTextDirectionType
.- Returns:
- the value of the 'Text Direction' attribute.
- See Also:
SpreadsheetDocumentTextDirectionType
,setTextDirection(SpreadsheetDocumentTextDirectionType)
,ContentPackage.getSpreadsheetProperties_TextDirection()
-
setTextDirection
void setTextDirection(SpreadsheetDocumentTextDirectionType value)
Sets the value of the 'Text Direction
' attribute.- Parameters:
value
- the new value of the 'Text Direction' attribute.- See Also:
SpreadsheetDocumentTextDirectionType
,getTextDirection()
-
isSaveViewState
boolean isSaveViewState()
Returns the value of the 'Save View State' attribute.- Returns:
- the value of the 'Save View State' attribute.
- See Also:
setSaveViewState(boolean)
,ContentPackage.getSpreadsheetProperties_SaveViewState()
-
setSaveViewState
void setSaveViewState(boolean value)
Sets the value of the 'Save View State
' attribute.- Parameters:
value
- the new value of the 'Save View State' attribute.- See Also:
isSaveViewState()
-
getCellReference
CellReference getCellReference()
Returns the value of the 'Cell Reference' containment reference.- Returns:
- the value of the 'Cell Reference' containment reference.
- See Also:
setCellReference(CellReference)
,ContentPackage.getSpreadsheetProperties_CellReference()
-
setCellReference
void setCellReference(CellReference value)
Sets the value of the 'Cell Reference
' containment reference.- Parameters:
value
- the new value of the 'Cell Reference' containment reference.- See Also:
getCellReference()
-
getSavedPicturesDensity
SpreadsheetDocumentSavedPicturesDensity getSavedPicturesDensity()
Returns the value of the 'Saved Pictures Density' attribute. The literals are from the enumerationSpreadsheetDocumentSavedPicturesDensity
.- Returns:
- the value of the 'Saved Pictures Density' attribute.
- See Also:
SpreadsheetDocumentSavedPicturesDensity
,setSavedPicturesDensity(SpreadsheetDocumentSavedPicturesDensity)
,ContentPackage.getSpreadsheetProperties_SavedPicturesDensity()
-
setSavedPicturesDensity
void setSavedPicturesDensity(SpreadsheetDocumentSavedPicturesDensity value)
Sets the value of the 'Saved Pictures Density
' attribute.- Parameters:
value
- the new value of the 'Saved Pictures Density' attribute.- See Also:
SpreadsheetDocumentSavedPicturesDensity
,getSavedPicturesDensity()
-
-