Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 16,780 for

true type

(0.22 sec)
  1. WordML2003SaveOptions class | Aspose.Words for ...

    Aspose.Words.Saving.WordML2003SaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.WordML](../../aspose.words/saveformat/#WordML) format...SaveOptions ) exportGeneratorName When true , causes the name and version...produced files. Default value is true . (Inherited from SaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DWG DXF to PDF C# | Convert Auto CAD Files to P...

    Use C# .NET AutoCAD to PDF converter to convert DWG or DXF to PDF in C#. You can convert DWG, DWF, DWT and DXF to PDF, JPEG, PNG, BMP, GIF and TIFF in C# .NET as well....default value is false but when true, the API will try to search...AutomaticLayoutsScal set to true then all layouts (except Model)...

    docs.aspose.com/cad/net/converting-cad-drawings...
  3. IStructuredDocumentTag.color property | Aspose....

    IStructuredDocumentTag.color property. Gets or sets the color of the structured document tag....STRUCTURED_DOCUMENT_TAG_RANGE_START , True )[ 0 ] . as_structured_docu...STRUCTURED_DOCUMENT_TAG_RANGE_END , True )[ 0 ] . as_structured_document_tag_range_end...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StructuredDocumentTagRangeStart.word_open_xml p...

    StructuredDocumentTagRangeStart.word_open_xml property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format....STRUCTURED_DOCUMENT_TAG_RANGE_START , True )[ 0 ] . as_structured_docu...STRUCTURED_DOCUMENT_TAG_RANGE_END , True )[ 0 ] . as_structured_document_tag_range_end...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StructuredDocumentTagRangeStart.color property ...

    StructuredDocumentTagRangeStart.color property. Gets or sets the color of the structured document tag....STRUCTURED_DOCUMENT_TAG_RANGE_START , True )[ 0 ] . as_structured_docu...STRUCTURED_DOCUMENT_TAG_RANGE_END , True )[ 0 ] . as_structured_document_tag_range_end...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::ShapeBase::get_AspectRa...

    Aspose::Words::Drawing::ShapeBase::get_AspectRatioLocked method. Specifies whether the shape's aspect ratio is locked in C++....the Image it is true but for the other shape types it is false ..."AspectRatioLocked" property to "true" to preserve the shape's aspect...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Generate Aztec Code in JavaScript|Documentation

    Aspose.BarCode for JavaScript via C++ allows generating square-grid high-density two-dimensional Aztec barcodes....Overview Aztec Code is a 2D matrix type that supports encoding both...the most compact Aztec Code type sufficient to encode the input...

    docs.aspose.com/barcode/javascript-cpp/aztec-co...
  8. Generate PDF417 and Micro PDF417 Barcodes in Ja...

    Aspose.BarCode for JavaScript via C++ can be used to generate different Types of PDF417 and Micro PDF417 barcodes.... Macro PDF417 A type of PDF417 with additional metadata.... Pdf417 . Pdf417Truncate = true ; // Set to truncated (compact)...

    docs.aspose.com/barcode/javascript-cpp/pdf417-b...
  9. HtmlSaveOptions.resource_folder property | Aspo...

    HtmlSaveOptions.resource_folder property. Specifies a physical folder where all resources like images, fonts, and external CSS are saved when a document is exported to HTML... css_style_sheet_type = aw . saving . CssStyleSheetType...options . export_font_resources = True options . image_resolution =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...LinkToPrevious(true); } } // Usage Document doc...get_child_nodes(aw.NodeType.SHAPE, True) for shape in shapes: z_order...

    forum.aspose.com/t/how-to-add-watermark-to-docs...