Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 12,206 for

section

(0.04 sec)
  1. LineNumberRestartMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LineNumberRestartMode enum to control automatic line numbering resets for enhanced document formatting and clarity....numbering restarts at the section start. Continuous 2 Line numbering...continuous from the previous section. Examples Shows how to enable...

    reference.aspose.com/words/net/aspose.words/lin...
  2. When inserting long Hebrew text- problems in di...

    Hi, I am evaluating the product in order to buy it. I am building a multi-language application so I am testing unicode and Hebrew. 1) Well, I have a few problems with long text which spans on more than one line. If …...private void longHebrewText(Section section, string title, string text)...hebrewText = new Aspose.Pdf.Text(section, title); hebrewText.TextInfo...

    forum.aspose.com/t/when-inserting-long-hebrew-t...
  3. Aspose::Words::ProtectionType enum | Aspose.Wor...

    Aspose::Words::ProtectionType enum. Protection type for a document in C++....turn off protection for a section. auto doc = System :: MakeObject...); builder -> Writeln ( u "Section 1. Hello world!" ); builder...

    reference.aspose.com/words/cpp/aspose.words/pro...
  4. PaperSize | Aspose.Words for Java

    Specifies paper size in Java....with other settings for a section. Document doc = new Document();...blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  5. Body.nodeType property | Aspose.Words for Node.js

    Body.nodeType property. Returns [NodeType.Body](../../nodetype/#Body).... write ( "Section 1" ); builder . moveToHeaderFooter...footer" ); let section = doc . firstSection ; // A Section is a composite...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Document.AcceptStart | Aspose.Words for .NET

    Discover the AcceptStart method, seamlessly welcome visitors to your document's beginning for an enhanced user experience and smoother navigation....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

    reference.aspose.com/words/net/aspose.words/doc...
  7. PageSetup.page_starting_number property | Aspos...

    PageSetup.page_starting_number property. Gets or sets the starting page number of the Section....starting page number of the section. @property def page_starting_number...continue from the previous section. Examples Shows how to set...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentVisitor.VisitRun | Aspose.Words for .NET

    Explore the DocumentVisitor VisitRun method for efficient text handling in your applications. Enhance your coding with this essential tool!...<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

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

    Aspose.Words.DocumentVisitor class. Base class for custom document visitors...of the main text story in a section has ended. visitBodyStart(body)...of the main text story in a section has started. visitBookmarkEnd(bookmarkEnd)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...