Table of Contents

Class OdfCellAnnotation

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Represents data for an ODS cell annotation (office:annotation). 表示 ODS 儲存格批注(office:annotation)的資料。

public sealed class OdfCellAnnotation
Inheritance
OdfCellAnnotation
Inherited Members

Constructors

OdfCellAnnotation()

public OdfCellAnnotation()

Properties

Author

Gets the annotation author. 批注作者。

public string? Author { get; init; }

Property Value

string

Date

Gets the annotation creation date and time in UTC. 批注的建立日期時間(UTC)。

public DateTime? Date { get; init; }

Property Value

DateTime?

Text

Gets the plain text content of the annotation. 批注的純文字內容。

public string Text { get; init; }

Property Value

string

Visible

Gets a value indicating whether the annotation is displayed. 批注是否顯示。

public bool Visible { get; init; }

Property Value

bool