com.priint.comet.metadata.spread.SpreadDocument |
The Class SpreadDocument.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SpreadDocument() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BaselineGrid |
getBaselineGrid()
Gets the baseline grid.
| ||||||||||
Grid |
getGrid()
Gets the grid.
| ||||||||||
List<Layer> |
getLayers()
Gets the layers of the document
| ||||||||||
List<ParentSpread> |
getParentSpreads()
Gets the masterspreads.
| ||||||||||
List<Spread> |
getSpreads()
Gets the spreads.
| ||||||||||
void |
setBaselineGrid(BaselineGrid baselineGrid)
Sets the baseline grid.
| ||||||||||
void |
setGrid(Grid grid)
Sets the grid.
| ||||||||||
void |
setLayers(List<Layer> layers)
Sets the layers of the document
| ||||||||||
void |
setParentSpreads(List<ParentSpread> parentSpreads)
Sets the masterspreads.
| ||||||||||
void |
setSpreads(List<Spread> spreads)
Sets the spreads.
|
Gets the masterspreads.
ParentSpread
Sets the baseline grid.
baselineGrid | the new baseline grid |
---|
Sets the layers of the document
layers | new layers of the document |
---|
Sets the masterspreads.
parentSpreads | the new masterspreads |
---|