Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 16,765 for

true type

(0.24 sec)
  1. 设置 Visio Shape 的 XForm、Line 和 Fill 数据|Documenta...

    本节介绍如何设置形状的样式,包括它的线数据和填充数据 Aspose.Diagram。...GetShape ( 1 ); // Set line dash type by index shape . Line . LinePattern...Line . LineCap . Value = BOOL . True ; // Set line color transparency...

    docs.aspose.com/diagram/zh/net/set-visio-shape-...
  2. Working with Watermark in Python|Aspose.Words f...

    Create and manage watermarks in a document using Python....enumeration defining three possible types of watermarks ( TEXT , IMAGE...watermark of any imaginable type. The following code example...

    docs.aspose.com/words/python-net/working-with-w...
  3. BuiltInDocumentProperties.LastSavedTime | Aspos...

    Discover the BuiltInDocumentProperties LastSavedTime property to easily track your document's last save time in UTC. Enhance your document management today!...are three different calendar types according to which the SAVEDATE...FieldSaveDate , true ); field . UseLunarCalendar = true ; Assert ....

    reference.aspose.com/words/net/aspose.words.pro...
  4. FieldSeq.sequence_identifier property | Aspose....

    FieldSeq.sequence_identifier property. Gets or sets the name assigned to the series of items that are to be numbered.... insert_field ( field_type = aw . fields . FieldType .... FIELD_TOC , update_field = True ) . as_field_toc () # SEQ fields...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Working with Ole Objects|Aspose.Words for Java

    Create and modify OLE embedding in your document using Java....that could be used to embed any type of data into the document. This...getChildNodes ( NodeType . OBJECT , true ); for ( Node node : oleNodes...

    docs.aspose.com/words/java/working-with-ole-obj...
  6. Other managing TeX options | Java

    Conversion functionality of Aspose.TeX API solution for Java lets set the initial interaction mode in which the engine starts. Here are some code examples.... 3 // Set to true to make the engine skip missing...options. ignoreMissingPackage ( true ); Aspose.TeX.Examples-Conv...

    docs.aspose.com/tex/java/other-options/
  7. HtmlSaveOptions.export_fonts_as_base64 property...

    HtmlSaveOptions.export_fonts_as_base64 property. Specifies whether fonts resources should be embedded to HTML in Base64 encoding... If this option is set to True , fonts will be embedded into...export_fonts_as_base64 = True options . css_style_sheet_type = aw . saving...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HtmlSaveOptions.export_images_as_base64 propert...

    HtmlSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output HTML, MHTML or EPUB...When this property is set to True images data are exported directly...export_fonts_as_base64 = True options . css_style_sheet_type = aw . saving...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataLabel.orientation property | Aspose.Wo...

    ChartDataLabel.orientation property. Gets or sets the orientation of the label text.... insert_chart ( chart_type = aw . drawing . charts . ChartType...has_data_labels = True data_labels . show_value = True data_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...UseSubstitutions = true; Regex tagRegex = new Regex(@"<<...GetChildNodes(NodeType.Paragraph, true).OfType<Paragraph>()) { string...

    forum.aspose.com/t/bookmarking-all-the-static-t...