Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 14,821 for

section

(0.11 sec)
  1. PageSetup.lineNumberCountBy property | Aspose.W...

    PageSetup.lineNumberCountBy property. Returns or sets the numeric increment for line numbers....enable line numbering for a section. let doc = new aw . Document...( doc ); // We can use the section's PageSetup object to display...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::PageSetup::ClearFormatting metho...

    Aspose::Words::PageSetup::ClearFormatting method. Resets page setup to default paper size, margins and orientation in C++....revert page setup settings to sections in a document. auto doc =...for the builder's current section and add text. builder -> get_PageSetup...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. BuildingBlock Class | Aspose.Words for .NET

    Discover the Aspose.Words.BuildingBlocks.BuildingBlock class for creating and managing glossary entries like AutoText and AutoCorrect for enhanced document efficiency....FirstSection { get; } Gets the first section in the building block. Gallery...LastSection { get; } Gets the last section in the building block. Name...

    reference.aspose.com/words/net/aspose.words.bui...
  4. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the documentation article in C++....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...

    reference.aspose.com/words/cpp/aspose.words/run/
  5. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....CONTINUE; } /// /// Called when a Section node is encountered in the...visitSectionStart(final Section section) { // Get the index of our section within...

    reference.aspose.com/words/java/com.aspose.word...
  6. StructuredDocumentTagRangeStart | Aspose.Words ...

    Represents a start of ranged structured document tag which accepts multi-Sections content in Java....document tag which accepts multi-sections content. See also StructuredDocumentTa...get the properties of multi-section structured document tags. Document...

    reference.aspose.com/words/java/com.aspose.word...
  7. Refresh Excel file power pivot charts (ODBC con...

    I have several Excel files that have Power Pivots and Power Queries using an ODBC connection to Oracle. I’ve tried to use RefreshPivotTables, RefreshData, CalculateData methods with no luck. I tried using datamashup bu…...); Section sectionToAdd1 = (Section)sectionToAdd.Sections.Last();...); Section sectionToAdd1 = (Section)sectionToAdd.Sections.Last();...

    forum.aspose.com/t/refresh-excel-file-power-piv...
  8. Working With Nodes in Jython|Aspose.Words for Java

    Working With Word Document Nodes using Jython....access to the last section of the document. section = doc . getLastSection...getLastSection () section . getBody () . appendChild ( para ) # Next...

    docs.aspose.com/words/java/working-with-nodes-i...
  9. Configuring Active Output Formats|Aspose.Words ...

    How to modify list of output formats for the Aspose.Words for SharePoint.... Find section < appSettings > and add following...not contain < appSettings > section, then navigate to the end of...

    docs.aspose.com/words/sharepoint/configuring-ac...
  10. Working With Nodes in Ruby|Aspose.Words for Java

    Working With Document Nodes using Ruby....access to the last section of the document. section = doc . getLastSection...getLastSection () section . getBody () . appendChild ( para ) \ #...

    docs.aspose.com/words/java/working-with-nodes-i...