Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Publish::Field Class Reference

The Publish::Field class is a concept class for field-related enumerations. More...

#include <sprk_publish.h>

Public Types

enum  Type {
  Type::Text,
  Type::Button,
  Type::DropDown,
  Type::ListBox,
  Type::CheckBox,
  Type::RadioButton,
  Type::DigitalSignature,
  Type::BarCode
}
 Enumerates the field types that Publish can identify in a PDF. More...
 

Private Member Functions

 Field ()
 Private default constructor to prevent instantiation. More...
 

Detailed Description

The Publish::Field class is a concept class for field-related enumerations.

Member Enumeration Documentation

◆ Type

Enumerates the field types that Publish can identify in a PDF.

Enumerator
Text 

Text field (kA3DPDFText)

Button 

Button field (kA3DPDFButton)

DropDown 

Drop-down field (kA3DPDFDropDown)

ListBox 

List box field (kA3DPDFListBox)

CheckBox 

Check box field (kA3DPDFCheckBox)

RadioButton 

Radio button field (kA3DPDFRadioButton)

DigitalSignature 

Digital signature field (kA3DPDFDigitalSignature)

BarCode 

Bar code field (kA3DPDFBarCode)

Constructor & Destructor Documentation

◆ Field()

HPS::Publish::Field::Field ( )
private

Private default constructor to prevent instantiation.


The documentation for this class was generated from the following file: