Scroll Table Module

Types

A3DPDFScrollTableData
A3DPDFEColumnType

Fields

kA3DPDFTextContent
kA3DPDFImageContent
kA3DPDFCheckBoxContent

Functions

A3DStatus A3DPDFScrollTableCreate()
A3DStatus A3DPDFPageInsertScrollTable()

Detailed Description

group a3d_pdfwidget_scrolltable

(HOOPS Publish Advanced) Module to access and define Scroll Table widget

This module describes the functions and structures that allow you to define a Scroll Table. A Scroll Table is a high level widget.

Type Documentation

enum A3DPDFEColumnType

Type of content of the column.

Version
10.2

Values:

enumerator kA3DPDFTextContent

The contents of the column are texts.

enumerator kA3DPDFImageContent

The contents of the column are pictures.

enumerator kA3DPDFCheckBoxContent

The contents of the column are checkboxes.

Function Documentation