Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 157,127 for

doc

(0.05 sec)
  1. MarkdownLinkExportMode enumeration | Aspose.Wor...

    aspose.words.saving.MarkdownLinkExportMode enumeration. Specifies how links are exported into Markdown.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_shape (...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Bookmark::Remove method | Aspose...

    Aspose::Words::Bookmark::Remove method. Removes the bookmark from the Document. Does not remove text inside the bookmark in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  3. Convert Word to Excel in Node.js|Aspose.Words f...

    Convert PDF to Excel, XML to Excel, DocX to Excel Node.js. Save a Document in various formats to XLSX using Node.js....var doc = new aw . Document ( "Pdf Document.pdf" ); doc . save...require ( '@aspose/words' ); var doc = new aw . Document (); var builder...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  4. 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...
  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. 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...
  7. Border.Equals | Aspose.Words for .NET

    Discover the Border Equals method to easily compare border values and enhance your design precision. Achieve consistent results effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Paragraph...

    reference.aspose.com/words/net/aspose.words/bor...
  8. Aspose::Words::InlineStory::get_FirstParagraph ...

    Aspose::Words::InlineStory::get_FirstParagraph method. Gets the first paragraph in the story in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add text, and reference...

    reference.aspose.com/words/cpp/aspose.words/inl...
  9. Aspose::Words::InlineStory::get_Paragraphs meth...

    Aspose::Words::InlineStory::get_Paragraphs method. Gets a collection of paragraphs that are immediate children of the story in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add text, and reference...

    reference.aspose.com/words/cpp/aspose.words/inl...
  10. CustomXmlPart Class | Aspose.Words for .NET

    Discover Aspose.Words.Markup.CustomXmlPart class for efficient management of custom XML data storage within packages. Enhance your Document processing today!... Remarks A DOCX or DOC document can contain one or more...with custom XML data. Document doc = new Document (); // Construct...

    reference.aspose.com/words/net/aspose.words.mar...