Package-level declarations
Types
Link copied to clipboard
data class DocumentLayoutInfo(val pageFormat: PageFormatInfo = PageFormatInfo(), val paragraphStyle: ParagraphStyleInfo = ParagraphStyleInfo(), val captionPosition: CaptionPositionInfo = CaptionPositionInfo())
Mutable information about the layout options of a document. When any of the fields is null
, the default value supplied by the underlying renderer is used.