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

section

(0.31 sec)
  1. MetafileData | Aspose.Imaging for .NET API Refe...

    MetafileData EmfPlusMetafile.MetafileData property Gets or sets variable-length data that specifies the embedded meta......specified by EmfPlusImage objects (section 2.2.1.4). An EmfPlusMetafile...EMF+ and EMF records. See section 2.2.2 for the specification...

    reference.aspose.com/imaging/net/aspose.imaging...
  2. EmfColorCorrectPalette | Aspose.Imaging for .NE...

    EmfColorCorrectPalette Contents [ Hide ] EmfColorCorrectPalette class The EMR_COLORCORRECTPALETTE record specifies ho......object (section 2.2.17) in the EMF Object Table (section 3.1.1...

    reference.aspose.com/imaging/net/aspose.imaging...
  3. PDF3DCrossSection | Aspose.PDF for Java API Ref...

    Class PDF3DCrossSection....getCenter() Gets or sets the cross section rotation center. setCenter(Point3D...value) Gets or sets the cross section rotation center. getCuttingPlaneOpaci()...

    reference.aspose.com/pdf/java/com.aspose.pdf/pd...
  4. Multicolumn, footnote issue when saving from WO...

    We are creating a document with a page setup of multiple columns, then we add a continues break set the the Section to one column and then we add footnotes and endnotes When we save the documen to WORD the document , we…...continues break set the the section to one column and then we add...foreach (Section section in doc.Sections) { section.FootnoteOptions...

    forum.aspose.com/t/multicolumn-footnote-issue-w...
  5. FieldPage.h - Aspose.Words for C++ - API Reference

    FieldPage.h 1 // Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved. 3 // 4 // This file is part of Aspose.Words......namespace Words 17 { 18 class Section ; 19 } 20 } 21 22 namespace...System::SharedPtr<Aspose::Words::Section> GetPageNumberFormatS() override...

    reference.aspose.com/words/cpp/_field_page_8h_s...
  6. Aspose::Words::TextColumnCollection Class Refer...

    A collection of TextColumn objects that represent all the columns of text in a Section of a document....all the columns of text in a section of a document. Use SetCount()...Aspose::Words::PageSetup Aspose::Words::Section Examples Shows how to create...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. BuildingBlock.Description | Aspose.Words for .N...

    BuildingBlock 财产. 获取或设置与此构建块关联的描述...this block in the Quick Parts section of word will place its contents...将块插入文档将在该位置附加该部分及其子节点。 Section section = new Section ( mGlossaryDoc );...

    reference.aspose.com/words/zh/net/aspose.words....
  8. Aspose::Email::Amp::SectionHeader Class Referen...

    Public Member Functions | List of all members Aspose::Email::Amp::SectionHeader Class Reference Represents the headin......Represents the heading for the section More... Inherits Object. Public...Represents the heading for the section Constructor & Destructor Documentation...

    reference.aspose.com/email/cpp/class/aspose.ema...
  9. emftransparentblt - Aspose.Imaging for Java - A...

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

    reference.aspose.com/imaging/java/com.aspose.im...
  10. Working with Document in C++|Aspose.Words for C++

    The `Document` class provides various document properties and methods using C++. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for C++. The `Document` object can be saved to a file or stream and also sent to a browser....entire document or separate sections. Document contains a collection...collection of the Section objects enabling you to obtain a particular...

    docs.aspose.com/words/cpp/working-with-document/