UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum Enum Reference

Public Member Functions

 FontStyleEnum (int value)
 
int GetValue ()
 

Static Public Member Functions

static boolean IsSet (int styles, FontStyleEnum style)
 

Public Attributes

 Normal =(0)
 Default/normal text. More...
 
 Bold =(1)
 Bold text. More...
 
 Italic =(2)
 Italic text. More...
 

Private Attributes

final int value
 

Constructor & Destructor Documentation

◆ FontStyleEnum()

com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.FontStyleEnum ( int  value)

Member Function Documentation

◆ GetValue()

int com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.GetValue ( )

◆ IsSet()

static boolean com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.IsSet ( int  styles,
FontStyleEnum  style 
)
static

Member Data Documentation

◆ Bold

com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.Bold =(1)

◆ Italic

com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.Italic =(2)

◆ Normal

com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.Normal =(0)

Default/normal text.

◆ value

final int com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.value
private

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