ITextCharacterFormat.AllCaps Property

Definition

Gets or sets whether the characters are all uppercase.

public:
 property FormatEffect AllCaps { FormatEffect get(); void set(FormatEffect value); };
FormatEffect AllCaps();

void AllCaps(FormatEffect value);
public FormatEffect AllCaps { get; set; }
var formatEffect = iTextCharacterFormat.allCaps;
iTextCharacterFormat.allCaps = formatEffect;
Public Property AllCaps As FormatEffect

Property Value

The uppercase state.

Applies to