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.EObjectA representation of the model object 'Spreadsheet Properties'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PicturegetBackgroundPicture()Returns the value of the 'Background Picture' containment reference.CellReferencegetCellReference()Returns the value of the 'Cell Reference' containment reference.AreagetPrintArea()Returns the value of the 'Print Area' containment reference.AreagetRepeatColumns()Returns the value of the 'Repeat Columns' containment reference.AreagetRepeatRows()Returns the value of the 'Repeat Rows' containment reference.SpreadsheetDocumentSavedPicturesDensitygetSavedPicturesDensity()Returns the value of the 'Saved Pictures Density' attribute.SpreadsheetDocumentStepDirectionTypegetStepDirection()Returns the value of the 'Step Direction' attribute.SpreadsheetDocumentTextDirectionTypegetTextDirection()Returns the value of the 'Text Direction' attribute.booleanisFixedBackground()Returns the value of the 'Fixed Background' attribute.booleanisIsTemplate()Returns the value of the 'Is Template' attribute.booleanisSaveViewState()Returns the value of the 'Save View State' attribute.booleanisTotalsBelow()Returns the value of the 'Totals Below' attribute.booleanisTotalsRight()Returns the value of the 'Totals Right' attribute.voidsetBackgroundPicture(Picture value)Sets the value of the 'Background Picture' containment reference.voidsetCellReference(CellReference value)Sets the value of the 'Cell Reference' containment reference.voidsetFixedBackground(boolean value)Sets the value of the 'Fixed Background' attribute.voidsetIsTemplate(boolean value)Sets the value of the 'Is Template' attribute.voidsetPrintArea(Area value)Sets the value of the 'Print Area' containment reference.voidsetRepeatColumns(Area value)Sets the value of the 'Repeat Columns' containment reference.voidsetRepeatRows(Area value)Sets the value of the 'Repeat Rows' containment reference.voidsetSavedPicturesDensity(SpreadsheetDocumentSavedPicturesDensity value)Sets the value of the 'Saved Pictures Density' attribute.voidsetSaveViewState(boolean value)Sets the value of the 'Save View State' attribute.voidsetStepDirection(SpreadsheetDocumentStepDirectionType value)Sets the value of the 'Step Direction' attribute.voidsetTextDirection(SpreadsheetDocumentTextDirectionType value)Sets the value of the 'Text Direction' attribute.voidsetTotalsBelow(boolean value)Sets the value of the 'Totals Below' attribute.voidsetTotalsRight(boolean value)Sets the value of the 'Totals Right' attribute.
 
- 
- 
- 
Method Detail- 
isIsTemplateboolean isIsTemplate() Returns the value of the 'Is Template' attribute.- Returns:
- the value of the 'Is Template' attribute.
- See Also:
- setIsTemplate(boolean),- ContentPackage.getSpreadsheetProperties_IsTemplate()
 
 - 
setIsTemplatevoid setIsTemplate(boolean value) Sets the value of the 'Is Template' attribute.- Parameters:
- value- the new value of the 'Is Template' attribute.
- See Also:
- isIsTemplate()
 
 - 
isTotalsRightboolean isTotalsRight() Returns the value of the 'Totals Right' attribute.- Returns:
- the value of the 'Totals Right' attribute.
- See Also:
- setTotalsRight(boolean),- ContentPackage.getSpreadsheetProperties_TotalsRight()
 
 - 
setTotalsRightvoid setTotalsRight(boolean value) Sets the value of the 'Totals Right' attribute.- Parameters:
- value- the new value of the 'Totals Right' attribute.
- See Also:
- isTotalsRight()
 
 - 
isTotalsBelowboolean isTotalsBelow() Returns the value of the 'Totals Below' attribute.- Returns:
- the value of the 'Totals Below' attribute.
- See Also:
- setTotalsBelow(boolean),- ContentPackage.getSpreadsheetProperties_TotalsBelow()
 
 - 
setTotalsBelowvoid setTotalsBelow(boolean value) Sets the value of the 'Totals Below' attribute.- Parameters:
- value- the new value of the 'Totals Below' attribute.
- See Also:
- isTotalsBelow()
 
 - 
getBackgroundPicturePicture 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()
 
 - 
setBackgroundPicturevoid 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()
 
 - 
isFixedBackgroundboolean isFixedBackground() Returns the value of the 'Fixed Background' attribute.- Returns:
- the value of the 'Fixed Background' attribute.
- See Also:
- setFixedBackground(boolean),- ContentPackage.getSpreadsheetProperties_FixedBackground()
 
 - 
setFixedBackgroundvoid setFixedBackground(boolean value) Sets the value of the 'Fixed Background' attribute.- Parameters:
- value- the new value of the 'Fixed Background' attribute.
- See Also:
- isFixedBackground()
 
 - 
getStepDirectionSpreadsheetDocumentStepDirectionType 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()
 
 - 
setStepDirectionvoid 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()
 
 - 
getPrintAreaArea 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()
 
 - 
setPrintAreavoid 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()
 
 - 
getRepeatRowsArea 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()
 
 - 
setRepeatRowsvoid 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()
 
 - 
getRepeatColumnsArea 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()
 
 - 
setRepeatColumnsvoid 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()
 
 - 
getTextDirectionSpreadsheetDocumentTextDirectionType 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()
 
 - 
setTextDirectionvoid 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()
 
 - 
isSaveViewStateboolean 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()
 
 - 
setSaveViewStatevoid 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()
 
 - 
getCellReferenceCellReference 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()
 
 - 
setCellReferencevoid 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()
 
 - 
getSavedPicturesDensitySpreadsheetDocumentSavedPicturesDensity 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()
 
 - 
setSavedPicturesDensityvoid 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()
 
 
- 
 
-