Button Module

Types

A3DPDFButtonData
A3DPDFELayoutTextIcon

Fields

kA3DPDFLabelOnly
kA3DPDFIconOnly
kA3DPDFIconTopLabelBottom
kA3DPDFLabelTopIconBottom
kA3DPDFIconLeftLabelRight
kA3DPDFLabelLeftIconRight
kA3DPDFLabelOverIcon

Functions

A3DStatus A3DPDFButtonCreate()
A3DStatus A3DPDFPageInsertButton()
A3DStatus A3DPDFPageInsertButtonInTable()
A3DStatus A3DPDFPageFieldButtonSetLabel()
A3DStatus A3DPDFButtonSetLabel()
A3DStatus A3DPDFPageFieldButtonSetIcon()
A3DStatus A3DPDFButtonSetIcon()

Detailed Description

group a3d_pdffield_button

Module to access and define Button field.

This module describes the functions and structures that allow you to define a Button. A Button is an Acrobat Field.

Type Documentation

enum A3DPDFELayoutTextIcon

Position of the label of the button relative to its icon.

Version
7.2

Values:

enumerator kA3DPDFLabelOnly

Only the label will be displayed.

enumerator kA3DPDFIconOnly

Only the icon will be displayed.

enumerator kA3DPDFIconTopLabelBottom

The label will be displayed below the icon.

enumerator kA3DPDFLabelTopIconBottom

The label will be displayed above the icon.

enumerator kA3DPDFIconLeftLabelRight

The label will be displayed to the right of the icon.

enumerator kA3DPDFLabelLeftIconRight

The label will be displayed to the left of the icon.

enumerator kA3DPDFLabelOverIcon

The label will be displayed on top of the icon.

Function Documentation