Sort Score
Result 10 results
Languages All
Labels All
Results 6,571 - 6,580 of 299,954 for

doc

(0.15 sec)
  1. Add @mentions in comments - Aspose.Words Produc...

    Hello, Office online allows to @mention users in the comments. What is the preferred way to @mention users in Comments using Aspose. Comment.setText(“Can we @mention here”) ?...the following code: Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.Write("This is some...

    forum.aspose.com/t/add-mentions-in-comments/249937
  2. | products.aspose.com

    Sample code for WBMP to Doc Java conversion. Use API example code for batch WBMP files to Doc conversion within any Web or Desktop Java based application....Conversion WBMP to DOC HTML JPG OCR XML BMP DOC Aspose.OCR for C++...that converts an WBMP image to DOC document: Create an instance...

    products.aspose.com/ocr/cpp/conversion/wbmp-to-...
  3. Aspose::Words::SectionCollection class | Aspose...

    Aspose::Words::SectionCollection class. A collection of Section objects in the Document. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. BuiltInDocumentProperties.content_type property...

    BuiltInDocumentProperties.content_type property. Gets or sets the content type of the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to add comments (annotations) to a picture ...

    How to annotate (annotate) the second picture, can you give me a sample code? word has been uploaded ↓ 不得擅自引进、释放或丢弃!.Docx (307.5 KB) Expected outcome: 9cd30e4df1d9c6a6eedee0853419ce9.jpg (308.8 KB)... Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 1, true);...getParentNode(); Comment cmt = new Comment(doc, "Admin", "", new Date()); cmt...

    forum.aspose.com/t/how-to-add-comments-annotati...
  7. FieldStyleRef.InsertParagraphNumber | Aspose.Wo...

    FieldStyleRef 财产. 获取或设置是否插入被引用段落的段落编号与文档中出现的完全一样... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 使用 Microsoft Word 列表模板创建一个列表。...

    reference.aspose.com/words/zh/net/aspose.words....
  8. ListFormat.is_list_item property | Aspose.Words...

    ListFormat.is_list_item property. True when the paragraph has bulleted or numbered formatting applied to it.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StyleCollection.AddCopy | Aspose.Words for .NET

    StyleCollection AddCopy method. Copies a style into this collection in C#.... Document doc = new Document (); // The AddCopy...Style newStyle = doc . Styles . AddCopy ( doc . Styles [ "Heading...

    reference.aspose.com/words/net/aspose.words/sty...
  10. StyleCollection.AddCopy | Aspose.Words for .NET...

    StyleCollection 方法. 将样式复制到此集合中... Document doc = new Document (); // AddCopy...Style newStyle = doc . Styles . AddCopy ( doc . Styles [ "Heading...

    reference.aspose.com/words/zh/net/aspose.words/...