Sort Score
Result 10 results
Languages All
Labels All
Results 4,381 - 4,390 of 157,095 for

doc

(0.1 sec)
  1. Սեղմել TIFF Ը C++ Ում

    Սեղմեք TIFF ը C++ ում՝ առանց որակի կորստի: Օպտիմալացրեք TIFF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); auto shape = builder-> InsertImage...

    products.aspose.com/words/hy/cpp/compress/tiff/
  2. ListTemplate enumeration | Aspose.Words for Python

    aspose.words.lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Cell Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Cell class—your solution for efficient table cell management in Document processing. Enhance your workflow today!...Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); // Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Aspose::Words::Fields::FieldBuilder class | Asp...

    Aspose::Words::Fields::FieldBuilder class. Builds a field from field code tokens (arguments and switches). To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fonts::EmbeddedFontStyle enum | ...

    Aspose::Words::Fonts::EmbeddedFontStyle enum. Specifies the style of an embedded font inside a FontInfo object in C++.... auto doc = System :: MakeObject < Aspose...:: FontInfo > embeddedFont = doc -> get_FontInfos () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. BookmarkCollection.Count | Aspose.Words for .NET

    Discover the BookmarkCollection Count property, which efficiently returns the total number of bookmarks, enhancing your data management capabilities.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/net/aspose.words/boo...
  7. BookmarkCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all bookmarks from your Document with the BookmarkCollection Clear method. Streamline your workflow and enhance organization today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/net/aspose.words/boo...
  8. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a Document in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...

    reference.aspose.com/words/java/com.aspose.word...
  9. Document.update_fields method | Aspose.Words fo...

    Document.update_fields method. Updates the values of fields in the whole Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a table of contents...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Find And Replace in Python|Aspose.Words for Java

    Find And Replace inside MS Word Document using Python.... doc = jpype . Jclass ( "com.aspose...words.Document" , "ReplaceSimple.doc" ) FindReplaceDirection = jpype...

    docs.aspose.com/words/java/find-and-replace-in-...