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.EObjectA representation of the model object 'Document Area Template'.The following features are supported: - See Also:
- DcsPackage.getDocumentAreaTemplate()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SpreadsheetDocumentSavedPicturesDensitygetSavedPicturesDensity()Returns the value of the 'Saved Pictures Density' attribute.voidsetSavedPicturesDensity(SpreadsheetDocumentSavedPicturesDensity value)Sets the value of the 'Saved Pictures Density' attribute.
 
- 
- 
- 
Method Detail- 
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),- DcsPackage.getDocumentAreaTemplate_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()
 
 
- 
 
-