Interface DocumentAreaTemplate
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DocumentAreaTemplateImpl
public interface DocumentAreaTemplate extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Document Area Template'.The following features are supported:
- See Also:
DcsPackage.getDocumentAreaTemplate()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpreadsheetDocumentSavedPicturesDensity
getSavedPicturesDensity()
Returns the value of the 'Saved Pictures Density' attribute.void
setSavedPicturesDensity(SpreadsheetDocumentSavedPicturesDensity value)
Sets the value of the 'Saved Pictures Density
' attribute.
-
-
-
Method Detail
-
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)
,DcsPackage.getDocumentAreaTemplate_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()
-
-