다음을 통해 공유


ITextCharacterFormat.SmallCaps 속성

정의

문자가 작은 대문자인지 여부를 가져오거나 설정합니다.

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

속성 값

작은 수도 상태.

적용 대상