Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 14,735 for

section

(0.19 sec)
  1. PageSetup.Orientation | Aspose.Words for .NET

    Discover the PageSetup Orientation property to easily adjust your document's page layout. Optimize your printing with customizable orientation settings!...with other settings for a section. Document doc = new Document...revert page setup settings to sections in a document. Document doc...

    reference.aspose.com/words/net/aspose.words/pag...
  2. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....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/java/com.aspose.word...
  3. DocumentBuilder.MoveToStructuredDocumentTag | A...

    Effortlessly navigate to structured document tags with the DocumentBuilder MoveToStructuredDocumentTag method, enhancing your document editing efficiency....document tag in the current section. public void MoveToStructuredDocu...current story of the current section. That is, if you moved the...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::ControlChar::ParagraphBreak meth...

    Aspose::Words::ControlChar::ParagraphBreak method. End of paragraph character: "\x000d" or "\r". Same as Cr in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::ControlChar::Cell method | Aspos...

    Aspose::Words::ControlChar::Cell method. End of a table cell or end of a table row character: "\x0007" or "\a" in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Get Started|Aspose.PDF for .NET

    This Section describes the basic principles of work and using DOM API. Also demonstrates simple and complex examples for creating a PDF document....library in this Getting Started section. To find out more about Aspose...PDF, select the appropriate section: Why Aspose.PDF – describes...

    docs.aspose.com/pdf/net/get-started/
  8. Document.protect method | Aspose.Words for Python

    aspose.words.Document.protect method...turn off protection for a section. doc = aw . Document () builder...doc ) builder . writeln ( 'Section 1. Hello world!' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Using DocumentBuilder to Modify a Document Easi...

    Use the document builder to modify a document easily in C++....Setup and Section Formatting Page setup and section properties...page setup attributes of a section (left margin, bottom margin...

    docs.aspose.com/words/cpp/using-documentbuilder...
  10. Rotate Text in Word using Python

    Rotate text in Word using Python. Get details to set the IDE, a list of steps, and a sample code to flip the text in Word using Python....through the collection of the section in the loaded Word file Set...instance to the Section class Set the Section.page_setup.text_orientation...

    kb.aspose.com/words/python/rotate-text-in-word-...