Class OdfFloatingTextBox
Represents a floating text box in an ODT document. 表示 ODT 文件中的浮動文字框。
public sealed class OdfFloatingTextBox
- Inheritance
-
OdfFloatingTextBox
- Inherited Members
Methods
AddParagraph()
Short overload of AddParagraph that uses default values for all optional parameters and forwards to the full overload. 便利多載:AddParagraph 的所有可選參數使用預設值並轉呼叫最長多載。
public OdfParagraph AddParagraph()
Returns
AddParagraph(string)
Adds a paragraph to the text box. 新增文字框段落。
public OdfParagraph AddParagraph(string text)
Parameters
textstringThe paragraph text. / 段落文字。
Returns
- OdfParagraph
The newly created paragraph. / 新建立的段落。