Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 15,195 for

section

(0.16 sec)
  1. Working with Attachments in PDF|Aspose.PDF for ...

    Use Java PDF API to access, add and remove attachments in PDF files using Java from within your applications. Complete guide with Java code samples....Contents [ Hide ] In this section, we will explain how to work...

    docs.aspose.com/pdf/java/attachments/
  2. Missing Features in OpenXML|Aspose.Slides Docum...

    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....OpenXML Contents [ Hide ] This section includes the following topics...

    docs.aspose.com/slides/net/missing-features-in-...
  3. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_IsShowingPlaceholderText method. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT). if set to true, this state shall be resumed (showing placeholder text) upon opening this document in C++....SharedPtr < Aspose :: Words :: Section >> ( System :: MakeObject <...< Aspose :: Words :: Section > ( glossaryDoc )); substituteBlock...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Basic operations with Visio documents|Documenta...

    Basic operations Section describes the possibilities of opening and saving Visio documents using the Aspose.Diagram for Java.... Basic operations section describes the first and simplest...

    docs.aspose.com/diagram/java/basic-operations/
  5. PageSetup.BorderSurroundsHeader | Aspose.Words ...

    Discover the PageSetup BorderSurroundsHeader property to customize your page borders. Control header inclusion for a polished document layout....this property affects all sections in the document. Examples...PageSetup pageSetup = doc . Sections [ 0 ]. PageSetup ; pageSetup...

    reference.aspose.com/words/net/aspose.words/pag...
  6. Getting Started|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....Started Contents [ Hide ] This section covers the core concepts of...

    docs.aspose.com/barcode/python-java/getting-sta...
  7. Supported Platforms|Aspose.Words for .NET

    Use Aspose.Words to build applications for .NET, Java, C ++, Python, as well as other platforms such as Azure, Visual Studio, PHP, and more to perform a wide variety of document processing tasks using C#.... This section provides information on using...

    docs.aspose.com/words/net/platforms-and-interop...
  8. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document constructor. Creates a blank Word document in C++....such as text and shapes: a Section, a Body, and a Paragraph. doc...SharedPtr < Aspose :: Words :: Section >> ( System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. PageSetup.border_surrounds_footer property | As...

    PageSetup.border_surrounds_footer property. Specifies whether the page border includes or excludes the footer....this property affects all sections in the document. Examples...border. page_setup = doc . sections [ 0 ] . page_setup page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...DocumentBuilder(document); Section currentSection = builder.getCurrentSection();...DocumentBuilder(document); Section currentSection = builder.getCurrentSection();...

    forum.aspose.com/t/topic/315401