Sort Score
Result 10 results
Languages All
Labels All
Results 4,881 - 4,890 of 300,003 for

doc

(0.11 sec)
  1. 如何在docx文件中添加修订,包括删除和新增 - Free Support Forum - a...

    在这里https://Docs.aspose.com/words/java/,我没有找到对应的示例。 比如我想这样操作 image.png (6.1 KB) 这是我的文件 Docx.Docx (11.1 KB)...2023, 10:55am #1 在这里https://docs.aspose.com/words/java/,我没有找到对应的示例。...@humanhuman , 请参考这些文档页面: https://docs.aspose.com/words/java/track...

    forum.aspose.com/t/docx/259764
  2. UserInformation.initials property | Aspose.Word...

    UserInformation.initials property. Gets or sets the user's initials.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...

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

    aspose.words.drawing.TextBox class. Defines attributes that specify how a text is displayed inside a shape... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) text_box_shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fonts Namespace Reference - Aspo...

    The Aspose.Words.Fonts namespace provides classes and enumerations to access information about fonts used in a Document.... auto doc = MakeObject<Document>(MyDir...SharedPtr<FontInfo> embeddedFont = doc->get_FontInfos()->idx_get(u "Alte...

    reference.aspose.com/words/cpp/namespace/aspose...
  5. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection.... doc = aw . Document () # Add two...of this document. paragraph = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Tables::Row::get_RowFormat metho...

    Aspose::Words::Tables::Row::get_RowFormat method. Provides access to the formatting properties of the row in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. DateField | Aspose.PDF for Java API Reference

    Date field with calendar view....= new DateField(page, rect); doc.getForm().add(dateField); dateField...DateField DateField(Document doc) Constructor which should be...

    reference.aspose.com/pdf/java/com.aspose.pdf/da...
  8. 使用C++优化文件内容

    压缩C++: DocX, Doc, RTF, ODT, EPUB, PNG, JPG, PPTX, PPT, XLSX, XLS, WPS而不损失质量。优化文档内容,轻松减小文件大小。...我们的 C++ 库将帮助您压缩 HTML、DOCX、DOC、RTF、ODT、EPUB、HTML、JPG、PNG 文件。...运行代码 输出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...

    products.aspose.com/words/zh/cpp/compress/
  9. LayoutCollector.GetEntity | Aspose.Words for .NET

    LayoutCollector GetEntity method. Returns an opaque position of the LayoutEnumerator which corresponds to the specified node. You can use returned value as an argument to Current given the Document being enumerated and the Document of the node are the same in C#.... Document doc = new Document (); LayoutCollector...layoutCollector = new LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/net/aspose.words.lay...
  10. DocumentBuilder.InsertField | Aspose.Words for ...

    DocumentBuilder InsertField method. Inserts a Word field into a Document and optionally updates the field result in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two fields while...

    reference.aspose.com/words/net/aspose.words/doc...