ITextCharacterFormat.SmallCaps Property

Definition

Gets or sets whether characters are in small capital letters.

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

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

Property Value

The small capitals state.

Applies to