Hierarchy

Constructors

Properties

ALIGNMENT_TO_WPERC_HPERC: {
    bottom: number[];
    bottomleft: number[];
    bottomright: number[];
    center: number[];
    left: number[];
    right: number[];
    top: number[];
    topleft: number[];
    topright: number[];
} = ...

Type declaration

  • bottom: number[]
  • bottomleft: number[]
  • bottomright: number[]
  • center: number[]
  • left: number[]
  • right: number[]
  • top: number[]
  • topleft: number[]
  • topright: number[]
HEIGHT_DEFAULT: number = 1.0
PIVOT_DEFAULT: ContainerAlignment = 'center'
POSITION_DEFAULT: ContainerAlignment = 'center'
WIDTH_DEFAULT: number = 1.0
_caption: string
_content: any
_contentAlign: ContainerAlignment
_dimension: any
_frame: Frame
_height: number
_heightRelativeTo: ContainerSizeRelativeTo = 'page-content-area'
_index: number
_page: Page
_parent: Container
_pivot: number[]
_position: number[]
_shapes: string | ShapeCollection
_style: any
_styles: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
_type: ContainerType
_width: number
_widthRelativeTo: ContainerSizeRelativeTo = 'page-content-area'
_zoomLevel: ScaleInput
_zoomRelativeTo: ZoomRelativeTo
name: string

Methods

  • Set zoom level (which is relative to view container size)

    Parameters

    • factor: number

    Returns void

Generated using TypeDoc