Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 168,794 for

doc

(0.13 sec)
  1. HyphenationOptions.consecutive_hyphen_limit pro...

    HyphenationOptions.consecutive_hyphen_limit property. Gets or sets the maximum number of consecutive lines that can end with hyphens... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Saving::DocSaveOptions::get_Save...

    Aspose::Words::Saving::DocSaveOptions::get_SaveRoutingSlip method. When false, RoutingSlip data is not saved to output Document. Default value is true in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Body.ensureMinimum method | Aspose.Words for No...

    Body.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... let doc = new aw . Document (); // A...document node with no children. doc . removeAllChildren (); // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocSaveOptions.SaveRoutingSlip | Aspose.Words f...

    Discover the DocSaveOptions SaveRoutingSlip property. Control RoutingSlip data saving for your Documents. Enhance output customization easily!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words.sav...
  5. PlainTextDocument.custom_document_properties pr...

    PlainTextDocument.custom_Document_properties property. Gets [PlainTextDocument.custom_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . c...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Lists::List::HasSameTemplate met...

    Aspose::Words::Lists::List::HasSameTemplate method. Returns true if the current list and the given list are created from the same template in C++.... auto doc = System :: MakeObject < Aspose...lists.docx" ); ASSERT_TRUE ( doc -> get_Lists () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. Aspose::Words::Font::get_Subscript method | Asp...

    Aspose::Words::Font::get_Subscript method. True if the font is formatted as subscript in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. Section.Body | Aspose.Words for .NET

    Discover the Section Body property that retrieves the Body child node, enhancing your web development with streamlined content management.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/sec...
  9. FieldUserAddress.user_address property | Aspose...

    FieldUserAddress.user_address property. Gets or sets the current user's postal address.... doc = aw . Document () # Create a...address = '123 Main Street' doc . field_options . current_user...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Make Markdown Using C#

    Make a new Markdown in C# in a few steps. Easily create Markdown using .NET library....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Chart using Aspose.Words; var doc = new Document(); var builder...

    products.aspose.com/words/net/make/md/