Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 48,879 for

section

(0.07 sec)
  1. EmfLogPen - Aspose.Imaging for Java - API Refer...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the...WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the...

    reference.aspose.com/imaging/java/com.aspose.im...
  2. PageSetup.footnote_options property | Aspose.Wo...

    PageSetup.footnote_options property. Provides options that control numbering and positioning of footnotes in this Section....positioning of footnotes in this section. Examples Shows how to configure...affecting footnotes/endnotes in a section. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. InsertDocument not retaining source header and ...

    Hi, I am merging two documents, I want to retain source document header and footer for that document and rest all pages should maintain destination document header and footer. Below is my code to insert document. It wor…...Sections.IndexOf(builder.CurrentSection); doc.Sections[sectionIndex]...SectionStart.NewPage; doc.Sections[sectionIndex].HeadersFooters...

    forum.aspose.com/t/insertdocument-not-retaining...
  4. Expanded | Aspose.Email for .NET API Reference

    Expanded Section.Expanded property Displays the Section as expanded on page load. public bool Expanded { get ; set ; ......Expanded Section.Expanded property Displays the section as expanded...get ; set ; } See Also class Section namespace Aspose.Email.Amp...

    reference.aspose.com/email/net/aspose.email.amp...
  5. emfplustexturebrushdata - Aspose.Imaging for Ja...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....EmfPlusTextureBrushO object (section 2.2.2.46) that specifies additional...the WrapMode enumeration (section 2.1.1.34) that specifies how...

    reference.aspose.com/imaging/java/com.aspose.im...
  6. EmfPlusImageAttributes - Aspose.Imaging for Jav...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....Gets or sets EmfPlusARGB (section 2.2.2.1) object that specifies...the WrapMode enumeration (section 2.1.1.34). void setClampArgb32Color...

    reference.aspose.com/imaging/java/com.aspose.im...
  7. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....BuildingBlock can contain only Section nodes. BuildingBlock can only...Block"); // The block itself is a section that contains the text. Assert...

    reference.aspose.com/words/java/com.aspose.word...
  8. ParagraphFormat.StyleName | Aspose.Words for .N...

    ParagraphFormat 财产. 获取或设置应用于此格式的段落样式的名称... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // 为该部分设置一些页面设置属性。 section . PageSetup...

    reference.aspose.com/words/zh/net/aspose.words/...
  9. Migrating your code to Aspose.PDF for Java 2.5....

    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....(); //Create a section in the Pdf object Section sec1 = pdf1 ....paragraph with the reference of a section Text text1 = new Text ( sec1...

    docs.aspose.com/pdf/java/migrating-your-code-to...
  10. Add Headers and Footers|Aspose.Words for .NET

    Add headers or footers into a document easily and fast instead of using VSTO in C#.... Section section in this . Application ...ActiveDocument . Sections ) { Word . Range headerRange = section . Headers...

    docs.aspose.com/words/net/add-headers-and-footers/