Class OdfFormulaObject
Represents a formula object in an ODF document. 表示 ODF 文件中的公式物件。
public class OdfFormulaObject
- Inheritance
-
OdfFormulaObject
- Inherited Members
Constructors
OdfFormulaObject(OdfNode, OdfNode, TextDocument)
Represents a formula object in an ODF document. 表示 ODF 文件中的公式物件。
public OdfFormulaObject(OdfNode frameNode, OdfNode objectNode, TextDocument doc)
Parameters
frameNodeOdfNodeThe formula's frame node. / 公式的外框節點。
objectNodeOdfNodeThe formula's object node. / 公式的物件節點。
docTextDocumentThe owning text document. / 所屬的文字文件。
Properties
AnchorType
Gets or sets the formula object's anchor type. 取得或設定公式物件的錨定類型。
public string? AnchorType { get; set; }
Property Value
FormulaFolder
Gets or sets the storage folder path of the formula within the ODF package container. 取得或設定公式在 ODF 封裝容器內的儲存資料夾路徑。
public string? FormulaFolder { get; set; }
Property Value
FrameNode
Gets the formula's frame node. 取得公式的外框節點。
public OdfNode FrameNode { get; }
Property Value
- OdfNode
Height
Gets or sets the formula object's height. 取得或設定公式物件的高度。
public string? Height { get; set; }
Property Value
MathMlXmlString
Gets or sets the MathML XML string content. 取得或設定 MathML 的 XML 字串內容。
public string MathMlXmlString { get; set; }
Property Value
Name
Gets or sets the formula object's name. 取得或設定公式物件的名稱。
public string? Name { get; set; }
Property Value
ObjectNode
Gets the formula's object node. 取得公式的物件節點。
public OdfNode ObjectNode { get; }
Property Value
- OdfNode
Width
Gets or sets the formula object's width. 取得或設定公式物件的寬度。
public string? Width { get; set; }