Sort Score
Result 10 results
Languages All
Labels All
Results 5,341 - 5,350 of 16,784 for

true type

(0.11 sec)
  1. AsposePSD states that a valid PSD file is not a...

    This python script from aspose.psd import Image from aspose.psd.fileformats.psd import PsdImage from aspose.psd.fileformats.psd.layers.smartobjects import SmartObjectLayer from aspose.psd.imageloadoptions import PsdL…...index {i}“) found_smart_layers = True if not found_smart_layers: print(”...index {i}") found_smart_layers = True if not found_smart_layers: print("...

    forum.aspose.com/t/asposepsd-states-that-a-vali...
  2. Aspose.PSD for Java 23.7 - Release Notes|Docume...

    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....Feature PSDJAVA-504 Add new types of warp (arc & arch) Feature...property UpdateMetadata is set to true Feature PSDJAVA-510 Increase...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  3. TextPath.font_family property | Aspose.Words fo...

    TextPath.font_family property. Defines the family of the textpath font.... bold = True shape . text_path . italic = True # Below are...TEXT_PLAIN_TEXT , shape . shape_type ) # Use the "on" property to...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MailMergeOptions.use_non_merge_fields property ...

    MailMergeOptions.use_non_merge_fields property. When ``True``, specifies that in addition to MERGEFIELD fields, mail merge is performed into some other Types of fields and also into {{fieldName}} tags....use_non_merge_fields property When True , specifies that in addition...is performed into some other types of fields and also into “{{fieldName}}”...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Hyphenation::RegisterDictionary ...

    Aspose::Words::Hyphenation::RegisterDictionary method. Registers and loads a hyphenation dictionary for the specified language from a stream. Throws if dictionary cannot be read or has invalid format in C++....Stream > & stream ) Parameter Type Description language const System::String&...String & fileName ) Parameter Type Description language const System::String&...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  6. Aspose::Words::Fields::FieldType enum | Aspose....

    Aspose::Words::Fields::FieldType enum. Specifies Microsoft Word field Types in C++....Specifies Microsoft Word field types. enum class FieldType Values...Description FieldNone 0 Field type is not specified or unknown...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. DocumentVisitor.VisitRowEnd | Aspose.Words for ...

    Discover the DocumentVisitor VisitRowEnd method, essential for managing table row enumeration in your applications. Enhance your coding efficiency today!...VisitRowEnd ( Row row ) Parameter Type Description row Row The object...mDocTraversalDepth ++; mVisitorIsInsideTabl = true ; return VisitorAction . Continue...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with JavaScript and Aspose.Slides for Node.js via Java and speed up presentation editing and data updates....Table class, and many other types. Set First Row as Header Create...its header tbl . setFirstRow ( true ); } } // Saves the presentation...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  9. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....provided the support for Open Type Fonts. // For complete examples...TextState . Font . IsEmbedded = true ; // Add TextFragment to paragraphs...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  10. Eliminate Extra spacing\lines in MS Word before...

    Hello We use MS Word Template with xml data to create pdfs using Aspose. Currently we are facing an issue when we assemble multiple Word Templates together before mailmerge. Looking to see how to eliminate the extra li…... Section break type A NewPage section break inserts...GetChildNodes(NodeType.Paragraph, true).Cast<Paragraph>() .Where(p...

    forum.aspose.com/t/eliminate-extra-spacing-line...