Class SpreadDocument
java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentImpl
com.priint.pubserver.metadata.spread.SpreadDocument
- All Implemented Interfaces:
Document,Serializable
The Class SpreadDocument.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the baseline grid.getGrid()Gets the grid.Gets the layers of the documentGets the masterspreads.Gets the spreads.voidsetBaselineGrid(BaselineGrid baselineGrid) Sets the baseline grid.voidSets the grid.voidSets the layers of the documentvoidsetMasterspreads(List<MasterSpread> masterspreads) Sets the masterspreads.voidsetSpreads(List<Spread> spreads) Sets the spreads.Methods inherited from class com.priint.pubserver.metadata.xml.base.DocumentImpl
getCreator, getDocumentId, getDocumentName, getDocumentPath, getElementId, getGroupId, getIsConverted, getIsMissingPlugIns, getIsModified, getIsReadOnly, getPageId, getPluginRevision, getRef, getSpreadId, getVersion, setCreator, setDocumentId, setDocumentName, setDocumentPath, setElementId, setGroupId, setIsConverted, setIsMissingPlugIns, setIsModified, setIsReadOnly, setPageId, setPluginRevision, setRef, setSpreadId, setVersion
-
Constructor Details
-
SpreadDocument
public SpreadDocument()
-
-
Method Details
-
getMasterspreads
Gets the masterspreads.- Returns:
- the masterspreads as List of
MasterSpread
-
setMasterspreads
Sets the masterspreads.- Parameters:
masterspreads- the new masterspreads
-
getSpreads
Gets the spreads.- Returns:
- the spreads as List of
Spread
-
setSpreads
Sets the spreads.- Parameters:
spreads- the new spreads
-
getGrid
Gets the grid.- Returns:
- the
Grid
-
setGrid
Sets the grid.- Parameters:
grid- the new grid
-
getBaselineGrid
Gets the baseline grid.- Returns:
BaselineGrid
-
setBaselineGrid
Sets the baseline grid.- Parameters:
baselineGrid- the new baseline grid
-
getLayers
Gets the layers of the document- Returns:
- layers of document
-
setLayers
Sets the layers of the document- Parameters:
layers- new layers of the document
-