Sort Score
Result 10 results
Languages All
Labels All
Results 6,291 - 6,300 of 16,797 for

true type

(0.12 sec)
  1. TextureAlignment enumeration | Aspose.Words for...

    aspose.words.drawing.TextureAlignment enumeration. Specifies the alignment for the tiling of the texture fill.... insert_shape ( shape_type = aw . drawing . ShapeType ...aw . NodeType . SHAPE , 0 , True ) . as_shape () self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldUserAddress.user_address property | Aspose...

    FieldUserAddress.user_address property. Gets or sets the current user's postal address.... insert_field ( field_type = aw . fields . FieldType ....FIELD_USER_ADDRESS , update_field = True ) . as_field_user_address ()...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Translate Markdown to Document Object Model (DO...

    Tarnslate a Markdown document to Document Object Model and back using C++. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....get_Font()->set_Bold(true) Italic *italic text* get_Font()->set_Italic(true) Strikethrough...get_Font()->set_StrikeThrough(true) We use a character style with...

    docs.aspose.com/words/cpp/translate-markdown-to...
  4. 用C++保存文件的不同方法|Documentation

    Aspose.Cells for C++可以将文件保存为不同格式。保存为PDF。保存为HTML。保存为DOCX。保存为PPTX。保存为JSON。保存为MHTML。...GetExportAllSheets() 属性设置为 true,程序仍将只导出一个工作表。 #include <iostream>...save options. You can use any type of separator TxtSaveOptions...

    docs.aspose.com/cells/zh/cpp/different-ways-to-...
  5. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...pst", true); String jsonResponse = ZPSTMailListParsing...markAsReadUnread(pst, messageId, true); } Error: Exception in thread...

    forum.aspose.com/t/how-to-get-the-following-val...
  6. Aspose::Words::Loading::HtmlLoadOptions::get_Co...

    Aspose::Words::Loading::HtmlLoadOptions::get_ConvertSvgToEmf method. Gets or sets a value indicating whether to convert loaded SVG images to the EMF format. Default value is false and, if possible, loaded SVG images are stored as is without conversion in C++....however, this option is set to true , Aspose.Words will convert...loadOptions -> set_ConvertSvgToEmf ( true ); auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content....769 , True ) ) caretAnnotation1 . title...annotations if ( a . annotation_type == ap . annotations . AnnotationType...

    docs.aspose.com/pdf/python-net/extra-annotations/
  8. Convert a Document to PDF in Python|Aspose.Word...

    Convert a document to PDF using Python. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....to convert various document types—including Word files, images...the optimize_output flag to true, and then redundant nested canvases...

    docs.aspose.com/words/python-net/convert-a-docu...
  9. Paragraph.list_label property | Aspose.Words fo...

    Paragraph.list_label property. Gets a [Paragraph.list_label](./) object that provides access to list numbering value and formatting for this paragraph.... PARAGRAPH , True ) # Find if we have the paragraph...system_helper . linq . Enumerable . of_type ( lambda x : x . as_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....get_Font () -> set_IsEmbedded ( true ); // Add TextFragment to paragraphs...small number above the line of type directly following the source...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/