Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 30,980 for

doc

(0.07 sec)
  1. Aspose::Words::Tables::Table::get_Rows method |...

    Aspose::Words::Tables::Table::get_Rows method. Provides typed access to the rows of the table in C++.... auto doc = MakeObject < Document > ( MyDir...< TableCollection > tables = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Aspose::Words::DocumentBase::get_WarningCallbac...

    Aspose::Words::DocumentBase::get_WarningCallback method. Called during various Document processing procedures when an issue is detected that might result in data or formatting fidelity loss in C++....SubstitutionWarning () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. TxtSaveOptionsBase.paragraph_break property | A...

    TxtSaveOptionsBase.paragraph_break property. Specifies the string to use as a paragraph break when exporting in text formats.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldBuilder.AddSwitch | Aspose.Words for .NET

    Discover the FieldBuilder AddSwitch method to effortlessly add field switches, enhancing your application's functionality and user experience.... Document doc = new Document (); // Below are...= builder . BuildAndInsert ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FootnoteSeparatorType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.FootnoteSeparatorType enum to customize footnote and endnote separators, enhancing Document formatting and readability.... Document doc = new Document ( MyDir + "Footnotes...FootnoteSeparator endnoteSeparator = doc . FootnoteSeparators [ FootnoteSeparatorTyp...

    reference.aspose.com/words/net/aspose.words.not...
  6. FindReplaceOptions.LegacyMode | Aspose.Words fo...

    Discover the FindReplaceOptions LegacyMode property to easily toggle the classic find/replace algorithm for enhanced functionality and seamless user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Jason gave...

    reference.aspose.com/words/net/aspose.words.rep...
  7. NumSpacing enumeration | Aspose.Words for Python

    aspose.words.NumSpacing enumeration. Specifies possible values in which numeral spacing can be displayed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # This effect is only supported...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.CurrentStructuredDocumentTag | ...

    Discover the CurrentStructuredDocumentTag property in DocumentBuilder. Easily access the selected structured Document tag for efficient Document management.... Document doc = new Document ( MyDir + "Structured...builder = new DocumentBuilder ( doc ); // There is a several ways...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Node class | Aspose.Words for Node.js

    Aspose.Words.Node class. Base class for all nodes of a Word Document... let doc = new aw . Document (); let para = doc . firstSection...appendChild ( new aw . Run ( doc , "Hello world!" )); // Below...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ListFormat.list_level_number property | Aspose....

    ListFormat.list_level_number property. Gets or sets the list level number (0 to 8) for the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...