Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 15,201 for

section

(1.96 sec)
  1. OutlineOptions.defaultBookmarksOutlineLevel pro...

    OutlineOptions.defaultBookmarksOutlineLevel property. Specifies the default level in the document outline at which to display Word bookmarks....export bookmarks in the first section's header/footers. // Set the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Resize Image in a Word Document|Aspose.Words fo...

    Resize an image in a Word document. NPOI does not provide an opportunity to resize an image using C#....with Images documentation section. The DocumentBuilder provides...

    docs.aspose.com/words/net/resize-image-in-word-...
  3. How to Run Aspose.CAD Docker image in AWS Lambd...

    Run Aspose.CAD Docker image in AWS Lambda Function....the links in the “See Also” section. Visual Studio 2022. AWS Toolkit...the Configuring a Dockerfile section. Start Docker Desktop. Publish...

    docs.aspose.com/cad/net/showcases/how-to-run-as...
  4. Aspose::Words::Markup::SdtAppearance enum | Asp...

    Aspose::Words::Markup::SdtAppearance enum. Specifies the appearance of a structured document tag in C++....( get_MyDir () + u "Multi-section structured document tags.docx"...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Handling Exceptions with Aspose.Tasks for C++ |...

    A comprehensive guide on using Aspose.Tasks to handle exceptions while working with Microsoft Project files....to identify the problematic section of the project, for example...etc. After identifying the section that’s causing the problem...

    docs.aspose.com/tasks/cpp/handling-exceptions/
  6. DocumentPartSavingArgs.DocumentPartFileName | A...

    Discover the DocumentPartFileName property for DocumentPartSavingArgs. Easily manage file names for seamless document part saving without paths....multiple HTML files: one for each section. options . DocumentSplitCriteri...SectionBreak : partType = "Section" ; break ; case DocumentSplitCriteri...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...docx"); Section newFirstSection = new Section(doc); newFirstSection...

    forum.aspose.com/t/topic/311299
  8. PageInfo.HeightInPoints | Aspose.Words for .NET

    Discover the HeightInPoints property of PageInfo to easily access page height in points. Enhance your document layout with precise measurements!...docx" ); // The first section has 2 pages. We will assign...

    reference.aspose.com/words/net/aspose.words.ren...
  9. Animation|Aspose.Slides for PHP Documentation

    Master slide animations in PHP with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic presentations in PPT, PPTX and ODP....$presentation -> dispose (); } } Section SlideTransition...

    docs.aspose.com/slides/php-java/examples/elemen...
  10. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...id="maintext"> <section id="sec_1"> <h1> Section 1 Montant total...</div> </article> </div> </section> </main> </body> </html> Output:...

    forum.aspose.com/t/html-to-docx-transformation-...