Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 15,332 for

section

(0.07 sec)
  1. Securing and signing PDF in C#|Aspose.PDF for .NET

    This Section describes the features of using a signature and securing your PDF document using C#...C# Contents [ Hide ] This section describes how to securely digitally...

    docs.aspose.com/pdf/net/securing-and-signing/
  2. ImageLoadException - Free Support Forum - aspos...

    class com.aspose.psd.coreexceptions.ImageLoadException: Image loading failed. ---> class com.aspose.psd.internal.Exceptions.ArgumentException: Appropreate layer Section resource can't be created. Type tool key: 166864165…...ArgumentException: Appropreate layer section resource can't be created....ArgumentException:Appropreate layer section resource can't be created....

    forum.aspose.com/t/imageloadexception/325242
  3. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....for all child nodes of the section and calls DocumentVisitor.visitTableEnd(com...blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  4. Encryption|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....parameters in the encryption section: ReportName : points to a report...

    docs.aspose.com/cells/reportingservices/encrypt...
  5. PageSetup.SheetsPerBooklet | Aspose.Words for .NET

    Discover the PageSetup SheetsPerBooklet property to easily manage booklet page counts, enhancing your document layout and printing efficiency....); } // Configure the first section's "PageSetup" property to print...PageSetup pageSetup = doc . Sections [ 0 ]. PageSetup ; pageSetup...

    reference.aspose.com/words/net/aspose.words/pag...
  6. Video|Aspose.Slides Documentation

    Add and control videos with Aspose.Slides for .NET: insert, play, trim, set poster frames, and export with C# examples for PPT, PPTX, and ODP presentations.... Auto ; } Audio Section...

    docs.aspose.com/slides/net/examples/elements/vi...
  7. ConvertUtil.millimeter_to_point method | Aspose...

    ConvertUtil.millimeter_to_point method. Converts millimeters to points....DocumentBuilder ( doc = doc ) # A section's "Page Setup" defines the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose.Words DOM|Aspose.Words for Node.js via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Node.js.... This section describes the main classes...text, paragraph, table, or a section is a node, and even the document...

    docs.aspose.com/words/nodejs-net/aspose-words-d...
  9. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::GetChildNodes method. Returns a live collection of child nodes that match the specified types in C++....( get_MyDir () + u "Multi-section structured document tags.docx"...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...you should create a separate section for the TOC and the content...another section. builder.insertBreak(BreakType.SECTION_BREAK_NEW_PAGE);...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...