ITextCharacterFormat.SmallCaps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.