Document Solutions for Word 6.2.0
Released: Aug 7, 2023
6.2.0 での更新項目
機能
- Added API supporting Office Math.
- Added OMath class which represents inline math content.
- Added OMathParagraph class which represents math content on its own line as a paragraph. Can contain one or more OMath instances.
- Added OMathStruct abstract base class which is used to represent a mathematical structure inside an OMath instance.
- Added classes derived from OMathStruct: OMathBar, OMathBorderBox, OMathBox, OMathDelimiter, OMathEquationArray, OMathFraction, OMathFunction, OMathGroupCharacter, OMathLimitLower, OMathLimitUpper, OMathMatrix, OMathNary, OMathPhantom, OMathPreSubSuperscript, OMathRadical, OMathSubscript, OMathSubSuperscript and OMathSuperscript.
- Added OMathElement class which is used to build specific structures in classes derived from OMathStruct.
- Added helper methods to add various types of content to parts of a document. Methods are defined on different part types (Paragraph, Run, OMath etc.) and ensure that only allowed content types can be added using these methods. Examples are Paragraph.AddRun(), Cell.AddTable(), OMath.AddHyperlink() etc.
- Added classes containing helper methods to add allowed content: BidirectionalOverride, Body, CanvasShape, Cell, ControlContent, GroupShape, Hyperlink, OMath, OMathElement, OMathParagraph, Paragraph, Row, Run, Section, SimpleField, Table, TextFrame.
- Added the ability to escape template tags: prepend a valid template tag with a backslash to exclude it from template processing.