Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 52,291 for

comment

(0.07 sec)
  1. NodeType | Aspose.HTML for .NET API 参考

    表示底层对象类型的代码...NodeType Comment.NodeType property 表示底层对象类型的代码。 public override...} 适当的价值 节点的类型。 也可以看看 class Comment 命名空间 Aspose.Html.Dom 部件 Aspose...

    reference.aspose.com/html/zh/net/aspose.html.do...
  2. NodeName | Aspose.HTML for .NET API 参考

    此节点的名称取决于其类型...NodeName Comment.NodeName property 此节点的名称,取决于其类型。 public override...} 适当的价值 节点的名称。 也可以看看 class Comment 命名空间 Aspose.Html.Dom 部件 Aspose...

    reference.aspose.com/html/zh/net/aspose.html.do...
  3. 使用 C++ 制作 WORD

    通过几个步骤在 C++ 中创建一个新的 WORD。使用 C++ 库轻松创建 WORD。...MakeObject<Document>(); auto comment = MakeObject<Comment>(doc, u"John Doe"...System::DateTime::get_Today()); comment->SetText(u"Quisque fringilla...

    products.aspose.com/words/zh/cpp/make/word/
  4. NodeType | Aspose.SVG for .NET API 参考

    表示底层对象类型的代码...NodeType Comment.NodeType property 表示底层对象类型的代码。 public override...} 适当的价值 节点的类型。 也可以看看 class Comment 命名空间 Aspose.Svg.Dom 部件 Aspose...

    reference.aspose.com/svg/zh/net/aspose.svg.dom/...
  5. 使用 C++ 制作 PDF

    通过几个步骤在 C++ 中创建一个新的 PDF。使用 C++ 库轻松创建 PDF。...MakeObject<Document>(); auto comment = MakeObject<Comment>(doc, u"John Doe"...System::DateTime::get_Today()); comment->SetText(u"Quisque fringilla...

    products.aspose.com/words/zh/cpp/make/pdf/
  6. set_CommentsAreaWidth() | Aspose.Slides for C++...

    Sets the width of the Comment output area in pixels (Applies only if Comments are displayed on the right)....method Sets the width of the comment output area in pixels (Applies...(Applies only if comments are displayed on the right). virtual void...

    reference.aspose.com/slides/cpp/aspose.slides.e...
  7. Slide | Aspose.Sildes for .NET API Reference

    Returns or sets the parent slide of a Comment. Read-only ISlideaspose.slides/islide....sets the parent slide of a comment. Read-only ISlide . public...

    reference.aspose.com/slides/net/aspose.slides/i...
  8. Text | Aspose.Sildes for .NET API Reference

    Returns or sets the plain text of a slide Comment. Read/write String....the plain text of a slide comment. Read/write String. public...

    reference.aspose.com/slides/net/aspose.slides/i...
  9. Status | Aspose.Sildes for .NET API Reference

    Returns or sets the status of the Comment. Read/write ModernCommentStatusaspose.slides/modernCommentstatus....or sets the status of the comment. Read/write ModernCommentStatus...

    reference.aspose.com/slides/net/aspose.slides/i...
  10. Custom property on text nodes (Run) - Free Supp...

    Hello, Is there a way to put custom properties on Runs? I mean some properties not visible when reading the document in MS-Word but stored internally. I’d like to write something like: Run run = new Run(doc); run.setT…...setProperty("My comment", "This is just an example");...println(run.getProperty("My comment")); // Should print "This is...

    forum.aspose.com/t/custom-property-on-text-node...