目錄 / Table of Contents

Class OdfTextField

Namespace
OdfKit.Text
Assembly
OdfKit.dll

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

string

Condition

Gets or sets the field condition. 取得或設定欄位條件。

public string? Condition { get; set; }

Property Value

string

DatabaseName

Gets or sets the database name. 取得或設定資料庫名稱。

public string? DatabaseName { get; set; }

Property Value

string

DisplayText

Gets or sets the visible field text while preserving element children. 取得或設定可見欄位文字,同時保留元素子節點。

public string DisplayText { get; set; }

Property Value

string

Identifier

Gets the best available semantic identifier for this field. 取得此欄位可用的最佳語意識別值。

public string? Identifier { get; }

Property Value

string

Kind

Gets the field kind. 取得欄位種類。

public OdfTextFieldKind Kind { get; }

Property Value

OdfTextFieldKind

Name

Gets or sets the field name. 取得或設定欄位名稱。

public string? Name { get; set; }

Property Value

string

NumberFormat

Gets or sets the number format token. 取得或設定數字格式詞彙。

public string? NumberFormat { get; set; }

Property Value

string

ReferenceFormat

Gets or sets the reference format token. 取得或設定參照格式詞彙。

public string? ReferenceFormat { get; set; }

Property Value

string

ReferenceName

Gets or sets the referenced name. 取得或設定被參照名稱。

public string? ReferenceName { get; set; }

Property Value

string

TableName

Gets or sets the database table name. 取得或設定資料庫資料表名稱。

public string? TableName { get; set; }

Property Value

string

TableType

Gets or sets the database table type. 取得或設定資料庫資料表類型。

public string? TableType { get; set; }

Property Value

string