Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 14,821 for

section

(0.08 sec)
  1. Working with Shapes 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:...

    docs.aspose.com/diagram/java/working-with-shape...
  2. Red OMR form with a horizontal tear line|Docume...

    OMR form with a horizontal tear line in red...content=Section 1 font_size=12 align=center...border_color=red ?content=Section 2 font_size=12 align=center...

    docs.aspose.com/omr/net/showcases/tear/horizont...
  3. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...such as text and shapes: a Section, a Body, and a Paragraph. doc...doc . AppendChild ( new Section ( doc )) . AppendChild ( new...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::NodeCollection::Clear method | A...

    Aspose::Words::NodeCollection::Clear method. Removes all nodes from this collection and from the document in C++....Examples Shows how to remove all sections from a document. auto doc...); // This document has one section with a few child nodes containing...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Aspose::Words::Story::DeleteShapes method | Asp...

    Aspose::Words::Story::DeleteShapes method. Deletes all shapes from the text of this story in C++....a child node of the first section's Body. builder -> InsertShape...

    reference.aspose.com/words/cpp/aspose.words/sto...
  6. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document 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...
  7. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!...&p - paragraph break &b - section break &m - page break &l -...&p - paragraph break &b - section break &m - page break &l -...

    reference.aspose.com/words/net/aspose.words/ran...
  8. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …... Several sections case: When two sections are separated...separated by a section break, and the footnote content in the first section...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  9. Aspose::Words::Saving::XlsxSaveOptions::get_Sec...

    Aspose::Words::Saving::XlsxSaveOptions::get_SectionMode method. Gets or sets the way how Sections are handled when saving to the output XLSX document. The default value is MultipleWorksheets in C++....method Gets or sets the way how sections are handled when saving to...document.docx" ); // Each section of a document will be created...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 使用updateFields更新目录存在目录缩进及页码不一致问题 - Free Support...

    使用updateFields更新目录 public static void main(String[] args) throws Exception { com.aspose.words.License wordsLicense=new com.aspose.words.License(); wordsLicense.setLicense("D:\\Aspose.TotalforJava.lic"); Stri…...docx"); Section section = doc.getFirstSection();...getFirstSection(); PageSetup pageSetup = section.getPageSetup(); double tabStopPosition...

    forum.aspose.com/t/updatefields/322089