DocumentLayoutInfo
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.
Parameters
pageFormat
format of the pages of the document
paragraphStyle
style of paragraphs in the document
captionPosition
position of captions of figures, tables, and more in the document
Constructors
Link copied to clipboard
constructor(pageFormat: PageFormatInfo = PageFormatInfo(), paragraphStyle: ParagraphStyleInfo = ParagraphStyleInfo(), captionPosition: CaptionPositionInfo = CaptionPositionInfo())