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

section

(0.19 sec)
  1. Aspose.Words Features Missing in Docx4j|Aspose....

    Perform some operations with documents faster and more conveniently than docx4j. In addition, there are operations that are not supported by docx4j....Corresponding documentation article or section Convert between different document...others The Convert a Document section Mail Merge The Mail Merge and...

    docs.aspose.com/words/java/missing-features-of-...
  2. Working with Diagrams in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PHP Contents [ Hide ] This section includes the following topics:...PHP Working with Geometry Section in PHP...

    docs.aspose.com/diagram/java/working-with-diagr...
  3. Reference|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Reference Contents [ Hide ] This section describes the command bars...include a list of formulas. This section includes the following topics:...

    docs.aspose.com/cells/reportingservices/reference/
  4. Lost ParagraphFormat When Split Words in C# - F...

    Hi, I’m trying to split some Words documents by heading. But the output files seem like losting ParagraphFormat . How can I keep the same formating with the sourced document. Thanks. Test Info Using SDK: Aspose.Word…...create new documents for each section, ensuring that paragraph formatting...foreach (Section sect in doc.Sections) { // Create section in the...

    forum.aspose.com/t/lost-paragraphformat-when-sp...
  5. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....a child node of the first section's Body. builder.insertShape(ShapeType...CONTINUE; } /// /// Called when a Section node is encountered in the...

    reference.aspose.com/words/java/com.aspose.word...
  6. BarcodeGenerator Visual Component|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Before reading this section, you should have BarcodeGenerator...read and proceed Installation section. Editing of visual component...

    docs.aspose.com/barcode/reportingservices/barco...
  7. 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...
  8. PageSetup.bidi property | Aspose.Words for Python

    PageSetup.bidi property. Specifies that this Section contains bidirectional (complex scripts) text....property Specifies that this section contains bidirectional (complex...True , the columns in this section are laid out from right to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Saving to memory stream results in a "...

    I am converting .mht files to pdf. Most of the files work 100%, but some .mht files result in the following error when I call Aspose.Pdf.Generator.PdfAspose.Pdf.Generator.Pdf.Save(memorystream); Aspose.Pdf…...Section section = pdf.Sections.Add(); using (StreamReader...Aspose.Pdf.Generator.Text(section, r.ReadToEnd()); text2.IsHtmlTagSupported...

    forum.aspose.com/t/saving-to-memory-stream-resu...
  10. Seamlessly combine DOCX pages vertically into o...

    Does Aspose.Words support exporting a multi-page DOCX into one seamless PNG (all pages appended vertically without gaps)? Sample DOCX: multi-page.docx (13.4 KB) Current PNG output: output.png (1.3 KB) Expected …...docx"); // Set every section’s margins to 0 (or any value...prefer) foreach (Section sec in doc.Sections) { sec.PageSetup...

    forum.aspose.com/t/seamlessly-combine-docx-page...