Class OdfTextField
Represents an inline text field linked to its document node. 表示與文件節點連結的內嵌文字欄位。
public sealed class OdfTextField
- Inheritance
-
OdfTextField
- Inherited Members
Properties
ColumnName
Gets or sets the database column name. 取得或設定資料庫欄位名稱。
public string? ColumnName { get; set; }
Property Value
Condition
Gets or sets the field condition. 取得或設定欄位條件。
public string? Condition { get; set; }
Property Value
DatabaseName
Gets or sets the database name. 取得或設定資料庫名稱。
public string? DatabaseName { get; set; }
Property Value
DisplayText
Gets or sets the visible field text while preserving element children. 取得或設定可見欄位文字,同時保留元素子節點。
public string DisplayText { get; set; }
Property Value
Identifier
Gets the best available semantic identifier for this field. 取得此欄位可用的最佳語意識別值。
public string? Identifier { get; }
Property Value
Kind
Gets the field kind. 取得欄位種類。
public OdfTextFieldKind Kind { get; }
Property Value
Name
Gets or sets the field name. 取得或設定欄位名稱。
public string? Name { get; set; }
Property Value
NumberFormat
Gets or sets the number format token. 取得或設定數字格式詞彙。
public string? NumberFormat { get; set; }
Property Value
ReferenceFormat
Gets or sets the reference format token. 取得或設定參照格式詞彙。
public string? ReferenceFormat { get; set; }
Property Value
ReferenceName
Gets or sets the referenced name. 取得或設定被參照名稱。
public string? ReferenceName { get; set; }
Property Value
TableName
Gets or sets the database table name. 取得或設定資料庫資料表名稱。
public string? TableName { get; set; }
Property Value
TableType
Gets or sets the database table type. 取得或設定資料庫資料表類型。
public string? TableType { get; set; }