ViewSetup module

class ViewSetup.ViewSetup

Bases: DocumentSerializable

Represents the setup for a view.

static DEF_ZOOMING() int

Returns the constant value for Zoom.

Returns:

The constant value for Zoom.

Return type:

int

property DocumentViewType: DocumentViewType

Returns or sets the document view mode.

Returns:

The type of the document view.

Return type:

DocumentViewType

property ZoomPercent: int

Returns or sets the zooming value in percents.

Returns:

The zoom percent.

Return type:

int

property ZoomType: ZoomType

Returns or sets the zooming type.

Returns:

The type of the zoom.

Return type:

ZoomType