A3DPDFRadioButtonData

struct A3DPDFRadioButtonData

Structure to define a radio button field.

8.0

Variables

A3DUTF8Char *A3DPDFRadioButtonData.m_pcName

Name of the field (it serves as the field identifier, it should be unique in the document).

A3DUTF8Char *A3DPDFRadioButtonData.m_pcTooltip

Displayed text that the hesitant user may find helpful in filling in the form field.

Tooltips appear when the pointer hovers briefly over the form field.

A3DPDFEFormField A3DPDFRadioButtonData.m_eFormField

Specifies whether the form field can be seen, either on screen or in print.

A3DPDFETextOrientation A3DPDFRadioButtonData.m_eTextOrientation

Orientation of the text inside the field.

A3DBool A3DPDFRadioButtonData.m_bIsReadOnly

Defines if the field is editable.

A3DBool A3DPDFRadioButtonData.m_bIsRequired

Defines if the field is required.

A3DBool A3DPDFRadioButtonData.m_bIsLocked

If locked, prevents any further changes to any form field properties (in Acrobat ‘Properties’ dialog box).

A3DBool A3DPDFRadioButtonData.m_bHasBorder

If true, there is a border around the field.

A3DPDFRgbColorData A3DPDFRadioButtonData.m_sBorderColor

Color of the border of the field (if any).

A3DPDFEThicknessBorder A3DPDFRadioButtonData.m_eThicknessBorder

Thickness of the border.

A3DPDFELineStyleBorder A3DPDFRadioButtonData.m_eLineStyleBorder

Line style of the border.

A3DBool A3DPDFRadioButtonData.m_bHasFillColor

If true, the following field (m_sFillColor) is used.

A3DPDFRgbColorData A3DPDFRadioButtonData.m_sFillColor

Color which the inside of the field will be filled with (if m_bHasFillColor is true).

A3DPDFRgbColorData A3DPDFRadioButtonData.m_sTextColor

Color of the text.

A3DUTF8Char *A3DPDFRadioButtonData.m_pcFontName
                                                  Font name of the text.

It should be the name of the font as appearing in Acrobat font list, with style separated with a comma. For example, 'Calibri Bold Italic' should be specified as "Calibri,BoldItalic". Also, specific values exist for Adobe default fonts: eTimesRoman is "TiRo" ; eTimesItalic is "TiIt" ; eTimesBold is "TiBo" ; eTimesBoldItalic is "TiBI" ; eHelvetica is "Helv" ; eHelveticaOblique is "HeOb" ; eHelveticaBold is "HeBo" ; eHelveticaBoldOblique is "HeBO" ; eCourier is "Cour" ; eCourierOblique is "CoOb" ; eCourierBold is "CoBo" ; eCourierBoldOblique is "CoBO".
A3DInt32 A3DPDFRadioButtonData.m_iFontSize

Size of the font.

A3DUTF8Char *A3DPDFRadioButtonData.m_pcExportValue

Value used when field data is exported by Acrobat functions.

A3DBool A3DPDFRadioButtonData.m_bIsCheckedByDefault

If true, this radio button is selected when the PDF document is opened.

A3DBool A3DPDFRadioButtonData.m_bRadiosInUnison

If true, radio buttons with the same name and choice are selected in unison.