Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 16,769 for

true type

(0.07 sec)
  1. Aspose::Words::EditableRangeEnd class | Aspose....

    Aspose::Words::EditableRangeEnd class. Represents an end of an editable range in a Word document. To learn more, visit the documentation article in C++....virtual get_IsComposite () Returns true if this node can contain other...method that converts a node type enum value into a user friendly...

    reference.aspose.com/words/cpp/aspose.words/edi...
  2. ListCollection.Add | Aspose.Words for .NET

    Discover how the ListCollection Add method creates custom lists from templates, enhancing your document's organization and efficiency....ListTemplate listTemplate ) Parameter Type Description listTemplate ListTemplate...GetChildNodes ( NodeType . Paragraph , true ); Assert . That ( paras . Count...

    reference.aspose.com/words/net/aspose.words.lis...
  3. 获取所有幻灯片的标题|Aspose.Slides 文档

    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.... Type != null && placeholderShape . Type . HasValue...PlaceholderValues ) placeholderShape . Type ) { // Any title shape. case...

    docs.aspose.com/slides/zh/net/get-the-titles-of...
  4. Aspose.Total Net Adding image as watermark to d...

    Hi We have purchased Aspose.Total license recently. We are trying to add image as watermark to all pages in doc. But we want to add watermark to full page covering all areas of page. We tried adding it but looks like s…... depending on your document type. Here’s how to set the watermark...GetChildNodes(NodeType.Page, true)) { stamp.SetOrigin(0, 0); //...

    forum.aspose.com/t/aspose-total-net-adding-imag...
  5. NodeRendererBase.get_opaque_bounds_in_pixels me...

    aspose.words.rendering.NodeRendererBase.get_opaque_bounds_in_pixels method... Parameter Type Description scale float The...vertical_dpi : float ): ... Parameter Type Description scale float The...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SoftEdgeFormat | Aspose.Words for Java

    Represents the soft edge formatting for an object in Java....SHAPE, 0, true); // Check soft edge radius...getChild(NodeType.SHAPE, 0, true); // Check soft edge radius...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportFormFields method. Gets or sets indication of whether form fields are exported as interactive items (as 'input' tag) rather than converted to text or graphics in C++...."ExportFormFields" flag to "true" will export them as interactive...exportFormFields ) { ASSERT_TRUE ( System :: Text :: RegularExpressions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose::Words::HeaderFooter::get_IsLinkedToPrev...

    Aspose::Words::HeaderFooter::get_IsLinkedToPrevious method. True if this header or footer is linked to the corresponding header or footer in the previous section in C++....HeaderFooter::get_IsLinkedToPrevious method True if this header or footer is...get_IsLinkedToPrevious () Remarks Default is true . Note, when your link a header...

    reference.aspose.com/words/cpp/aspose.words/hea...
  9. Aspose::Words::DocumentBuilder::InsertDocument ...

    Aspose::Words::DocumentBuilder::InsertDocument method. Inserts a document at the cursor position in C++....importFormatMode ) Parameter Type Description srcDoc const Sy...importFormatOptions ) Parameter Type Description srcDoc const Sy...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in С++ for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....0f , true ); auto series = chart -> get_ChartData...change. Set your preferred fill type and fill color. Save the modified...

    docs.aspose.com/slides/cpp/chart-series/