Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 14,961 for

section

(0.16 sec)
  1. Document.Protect | Aspose.Words for .NET

    Secure your documents effortlessly with Document Protect. Prevent unauthorized changes while keeping your existing password intact or using a random one....turn off protection for a section. Document doc = new Document...doc ); builder . Writeln ( "Section 1. Hello world!" ); builder...

    reference.aspose.com/words/net/aspose.words/doc...
  2. 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...
  3. Extract Paragraph from PDF|Aspose.PDF for Java

    Discover how to extract paragraphs from a PDF document in Java with Aspose.PDF for easier content analysis....functionality for searching sections and paragraphs in the text...1- By drawing the border of sections and paragraphs of text on...

    docs.aspose.com/pdf/java/extract-paragraph-from...
  4. Replacing bookmarks causes issues when the modi...

    I performed bookmark replacement using Input Document 1 and Input Document 2, and I successfully generated the output document (which I have attached). The first bookmark replacement works correctly, and the output docum…...originalEndNode = endNode; // Add the section where the start node is placed...Add(startNode.GetAncestor(NodeType.Section)); // Extract content based...

    forum.aspose.com/t/replacing-bookmarks-causes-i...
  5. MailMergeOptions.retain_first_section_start pro...

    MailMergeOptions.retain_first_Section_start property. Gets or sets a value indicating whether the Section start of the first document Section and its copies for subsequent data source rows are retained during mail merge or updated according to MS Word behaviour....retain_first_section_start property MailMergeOptions.retain_first_section_start...retain_first_section_start property Gets or sets a value indicating...

    reference.aspose.com/words/python-net/aspose.wo...
  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. 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...
  8. 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...
  9. Conversion from HTML to PDF is failing - Free S...

    Hi, I am using Aspose.pdf to convert HTML to PDF. For some HTML files it is failing to convert. I am attaching one of them including its CSS and IMAGES. Could you please let me know where is the issue? The version of th…...Section section; StreamReader r; Aspose...Generator.Text text2; section = pdf.Sections.Add(); r = File.OpenText(@"D:\Aspose...

    forum.aspose.com/t/conversion-from-html-to-pdf-...
  10. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.document property. Gets or sets the [DocumentBuilder.document](./) object that this object is attached to....revert page setup settings to sections in a document. let doc = new...for the builder's current section and add text. builder . pageSetup...

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