Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 50,946 for

doc

(0.05 sec)
  1. MarkdownEmptyParagraphExportMode Enum | Aspose....

    Learn how Aspose.Words handles empty paragraphs in Markdown export. Control formatting with MarkdownEmptyParagraphExportMode enum.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "First"...

    reference.aspose.com/words/net/aspose.words.sav...
  2. ChartDataTable.format property | Aspose.Words f...

    ChartDataTable.format property. Provides access to fill of text background and border formatting of the data table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBuilder.InsertSignatureLine | Aspose.Wo...

    Effortlessly add professional signature lines to your Documents with the DocumentBuilder InsertSignatureLine method. Enhance your workflow today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions signatureLineOptions...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_ShowBubbleSize method. Allows to specify if bubble size is to be displayed for the data labels on a chart. Applies only to Bubble charts. Default value is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Shape > shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Comment::RemoveAllReplies method...

    Aspose::Words::Comment::RemoveAllReplies method. Removes all replies to this comment in C++.... auto doc = MakeObject < Document > ();...comment = MakeObject < Comment > ( doc , u "John Doe" , u "J.D." , System...

    reference.aspose.com/words/cpp/aspose.words/com...
  6. Aspose::Words::Lists::List class | Aspose.Words...

    Aspose::Words::Lists::List class. Represents formatting of a list. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); ASSERT_FALSE ( builder ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node into a string in the specified format in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> InsertField ( u...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Aspose::Words::IWarningCallback interface | Asp...

    Aspose::Words::IWarningCallback interface. Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during Document loading or saving in C++....SubstitutionWarning () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/iwa...
  9. OoxmlSaveOptions.KeepLegacyControlChars | Aspos...

    Discover OoxmlSaveOptions' KeepLegacyControlChars property to maintain the original format of legacy control characters for seamless Document conversion.... Document doc = new Document ( MyDir + "Legacy..."Legacy control character.doc" ); // When we save the document to...

    reference.aspose.com/words/net/aspose.words.sav...
  10. RevisionGroup.Text | Aspose.Words for .NET

    Explore the RevisionGroup Text property to access inserted, deleted, or moved text, enhancing your Document's formatting insights and editing efficiency.... Document doc = new Document ( MyDir + "Revisions...docx" ); Assert . AreEqual ( 7 , doc . Revisions . Groups . Count...

    reference.aspose.com/words/net/aspose.words/rev...