Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportPrintTemplate

Hierarchy

Index

Properties

attributionVisible

attributionVisible: boolean

When false, the attribution is not displayed on the printout.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

exportOptions

Define the map width, height and dpi.

Read more...

forceFeatureAttributes

forceFeatureAttributes: boolean

When true, the feature's attributes are included in feature collection layers even when they are not needed for rendering.

Read more...

format

format: "png8" | "png32" | "jpg" | "gif" | "pdf" | "svg" | "svgz" | "eps"

The output format for the printed map.

Read more...

initialized

initialized: boolean

layout

layout: "map-only" | "a3-landscape" | "a3-portrait" | "a4-landscape" | "a4-portrait" | "letter-ansi-a-landscape" | "letter-ansi-a-portrait" | "tabloid-ansi-b-landscape" | "tabloid-ansi-b-portrait"

The layout used for the print output.

Read more...

layoutOptions

Defines the layout elements.

Read more...

outScale

outScale: number

The optional map scale of the printed map.

Read more...

scalePreserved

scalePreserved: boolean

Define whether the printed map should preserve map scale or map extent.

Read more...

showLabels

showLabels: boolean

When true, labels will be shown on the layout.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns supportPrintTemplate

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns supportPrintTemplate

  • Parameters

    Returns supportPrintTemplate

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc