Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 14,119 for

section

(0.2 sec)
  1. Aspose::Words::ParagraphFormat::get_StyleName m...

    Aspose::Words::ParagraphFormat::get_StyleName method. Gets or sets the name of the paragraph style applied to this formatting 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/par...
  2. Aspose::Words::CompositeNode::RemoveAllChildren...

    Aspose::Words::CompositeNode::RemoveAllChildren method. Removes all the child nodes of the current node 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/com...
  3. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph 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/par...
  4. DocumentBuilder.move_to_section method | Aspose...

    DocumentBuilder.move_to_Section method. Moves the cursor to the beginning of the body in a specified Section....move_to_section method move_to_section(section_index) Moves the...specified section. def move_to_section ( self , section_index :...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSetup.lineStartingNumber property | Aspose....

    PageSetup.lineStartingNumber property. Gets or sets the starting line number....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...
  6. Manage Zoom|Aspose.Slides for Node.js via .NET ...

    Add zoom or zoom frames to PowerPoint presentations in JavaScript...and from specific slides, sections, and portions of a presentation...To show a single section only, use a Section Zoom . Slide Zoom...

    docs.aspose.com/slides/nodejs-java/manage-zoom/
  7. Aspose::Words::HeaderFooter::get_NodeType metho...

    Aspose::Words::HeaderFooter::get_NodeType method. Returns HeaderFooter in C++....doc ); builder -> Write ( u "Section 1" ); builder -> MoveToHeaderFooter...< Aspose :: Words :: Section > section = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/hea...
  8. Aspose::Words::Body::get_NodeType method | Aspo...

    Aspose::Words::Body::get_NodeType method. Returns Body in C++....doc ); builder -> Write ( u "Section 1" ); builder -> MoveToHeaderFooter...< Aspose :: Words :: Section > section = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/bod...
  9. BuildingBlock.Sections | Aspose.Words for .NET

    Discover BuildingBlock Sections. Easily access and manage all Sections within your building block for streamlined organization and enhanced efficiency....Sections Contents [ Hide ] BuildingBlock.Sections property Returns...collection that represents all sections in the building block. public...

    reference.aspose.com/words/net/aspose.words.bui...
  10. Landscape pages are rendered as portrait pages ...

    Hi, When converting a DOCX with some portrait and landscape pages to PDF using Aspose.Words, the pages in the PDF all became portrait. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pd…...set the page setup for each section in your document. This includes...specifying the orientation for each section before saving the document...

    forum.aspose.com/t/landscape-pages-are-rendered...