Interface INotebookChildNode

Interface INotebookChildNode

Tên không gian: Aspose.Note Tổng hợp: Aspose.Note.dll (25.4.0)

Nó đại diện cho đứa trẻ của một máy tính xách tay Aspose.Note.

public interface INotebookChildNode
   {
   }

Properties

Color

Giá trị mặc định là Color.Empty.

Color GetColor()
   {
       return this.Color;
   }

Giá trị bất động sản

Color

DisplayName

Có một cái tên hiển thị.

string DisplayName
   {
      get;
   }

Giá trị bất động sản

string

Guid

Nhận ID độc đáo toàn cầu của đối tượng.

Guid Guid {
      get {
         return _guid;
      }
   }

Giá trị bất động sản

Guid

 Tiếng Việt