Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 180,111 for

doc

(0.21 sec)
  1. DocumentBuilder.insertImage method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertImage method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two locations...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::WarningSource enum | Aspose.Word...

    Aspose::Words::WarningSource enum. Specifies the module that produces a warning during Document loading or saving in C++.... Doc 10 Module that reads/writes binary DOC files. Text...with the warning source. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/war...
  3. Convert Word to Excel in C++|Aspose.Words for C++

    Convert PDF to Excel, XML to Excel, DocX to Excel C++. Save a Document in various formats to XLSX using C++....how to save PDF to XLSX: auto doc = MakeObject < Document > ( MyDir...MyDir + u "Pdf Document.pdf" ); doc -> Save ( ArtifactsDir + u "BaseConversions...

    docs.aspose.com/words/cpp/convert-a-document-to...
  4. InlineStory.firstParagraph property | Aspose.Wo...

    InlineStory.firstParagraph property. Gets the first paragraph in the story.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Add text, and reference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineStory FirstParagraph property to easily access and enhance the first paragraph of your story for improved engagement.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/inl...
  6. Create Tables in NPOI|Aspose.Words for .NET

    Create a table in a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . ParagraphFormat...

    docs.aspose.com/words/net/create-tables-in-npoi/
  7. Փոխարկել DOC PDF Java

    Փոխարկեք Doc ը PDF ձևաչափի Java կոդով: Պահեք Doc որպես PDF օգտագործելով Java:...Փոխարկել DOC ը PDF ի Java ում Բարձր արագությամբ ծրագրային Java...Java գրադարան ՝ DOC ը PDF Օգտագործեք մեր փաստաթղթերի փոխակերպման...

    products.aspose.com/words/hy/java/conversion/do...
  8. Aspose::Words::BookmarkCollection::Clear method...

    Aspose::Words::BookmarkCollection::Clear method. Removes all bookmarks from this collection and from the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  9. Aspose::Words::BookmarkCollection::get_Count me...

    Aspose::Words::BookmarkCollection::get_Count method. Returns the number of bookmarks in the collection in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  10. 如何将Group Shape添加到Word文档中|Aspose.Words为Java

    使用Java对形状进行分组和取消分组。...Document doc = new Aspose . Words . Document (); doc . EnsureMinimum...GroupShape gs = new GroupShape ( doc ); Aspose . Words . Drawing ...

    docs.aspose.com/words/zh/java/how-to-add-group-...