NoteTag.CreatePlane
NoteTag.CreatePlane method
创建一个带有平面图标和指定标签的新笔记标签。
public static NoteTag CreatePlane(string label = "")
范围 | 类型 | 描述 |
---|---|---|
label | String | 标签的标签。 |
返回值
的NoteTag
.
也可以看看
- class NoteTag
- 命名空间 Aspose.Note
- 部件 Aspose.Note
创建一个带有平面图标和指定标签的新笔记标签。
public static NoteTag CreatePlane(string label = "")
范围 | 类型 | 描述 |
---|---|---|
label | String | 标签的标签。 |
的NoteTag
.