Last updated

API / geotoolkit / scene / exports / Document / Document

Namespace: Document

exports.Document.Document

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

root object or settings

Type declaration

NameTypeDescription
document?{ footer?: PageElement ; header?: PageElement }options
document.footer?PageElement-
document.header?PageElement-
options?OptionsTypeadditional options
page?{ footer?: PageElement ; header?: PageElement ; isfootervisible?: isVisiblePageElementCallback ; isheadervisible?: isVisiblePageElementCallback }page object
page.footer?PageElement-
page.header?PageElement-
page.isfootervisible?isVisiblePageElementCallbackan optional function to return if header should be printed. If it is not specified then header isElementVisible function is used or a standard rule if it snot defined.
page.isheadervisible?isVisiblePageElementCallbackan optional function to return if header should be printed. If it is not specified then header isElementVisible function is used or a standard rule if it snot defined.
root?AbstractDocumentElementroot object
truescale?booleanenable true scale

OptionsType

Ƭ OptionsType: Object

Type declaration

NameType
exportscale?number
imagescalefactor?number
limits?Rect | { end?: number ; start?: number }
orientation?Orientation
scaling?ScalingOptions