| 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<MasterSpread> |
getMasterspreads()
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 |
setMasterspreads(List<MasterSpread> masterspreads)
Sets the masterspreads.
| ||||||||||
| void |
setSpreads(List<Spread> spreads)
Sets the spreads.
| ||||||||||
Gets the masterspreads.
MasterSpread
Sets the baseline grid.
| baselineGrid | the new baseline grid |
|---|
Sets the layers of the document
| layers | new layers of the document |
|---|
Sets the masterspreads.
| masterspreads | the new masterspreads |
|---|