SetSmallCaps系统

SetSmallCaps(isSmallCaps)阿比兰......

指定当前文本中所有小写字母字符格式化显示为基字字符等值,小两点比实际字体大小

参数:

名称 类型 描述性
smallCaps系统 布林安

指定当前区域内容显示小二分或小二分

返回时间 :

类型
阿比兰空区

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvarolements=ODocument.GetEplement0oParagraph.AddText("ONLYOFFICE Document Builder")!Var ORange=ODocument.GetRange(10,24)oRange.SetSmallCaps(true)!builder.SaveFile("docx", "SetSmallCaps.docx")!builder.CloseFile();

结果文档