Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 16,759 for

true type

(0.31 sec)
  1. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveOptions.export_shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...Remarks If this option is set to True , Shape nodes are exported as...builder . insert_shape ( shape_type = aw . drawing . ShapeType ...

    reference.aspose.com/words/python-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/developer-guide/convert...
  3. ChartDataLabelLocationMode enumeration | Aspose...

    aspose.words.drawing.charts.ChartDataLabelLocationMode enumeration. Specifies how the values ​​that specify the location of a data label - the [ChartDataLabel.left](../chartdatalabel/left/) and [ChartDataLabel.top](../chartdatalabel/top/) properties - are interpreted.... insert_chart ( chart_type = aw . drawing . charts . ChartType...) series . has_data_labels = True data_labels = series . data_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...available (removing the redundant type check) if (source.getListFormat()..."C:\\MyFonts", "D:\\OtherFonts" }, true); Document doc = new Document("source...

    forum.aspose.com/t/some-styles-were-not-copied-...
  5. TaskPaneCollection class | Aspose.Words for Python

    aspose.words.webextensions.TaskPaneCollection class. Specifies a list of persisted task pane objects... is_visible = True my_script_task_pane . width...my_script_task_pane . is_locked = True # If there are multiple task...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::PageSetup::get_DifferentFirstPag...

    Aspose::Words::PageSetup::get_DifferentFirstPageHeaderFooter method. True if a different header or footer is used on the first page in C++....PageSetup::get_DifferentFirstPageHe method True if a different header or footer...> ( doc ); // Below are two types of header/footers. // 1 - The...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. Body.parent_section property | Aspose.Words for...

    Body.parent_section property. Gets the parent section of this story....section's "page_setup" object to "True" to revert to the default behavior...page_setup . suppress_endnotes = True doc . save ( ARTIFACTS_DIR +...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HtmlSaveOptions.images_folder_alias property | ...

    HtmlSaveOptions.images_folder_alias property. Specifies the name of the folder used to construct image URIs written into an HTML document... css_style_sheet_type = aw . saving . CssStyleSheetType...options . export_font_resources = True options . image_resolution =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptx file we can see the image . if slide.logo_base64: try: svg_image, mime_Type = decode_data_uri(slide.lo…...logo_base64: try: svg_image, mime_type = decode_data_uri(slide.logo_base64)...logo_base64) if svg_image: if mime_type == "image/svg+xml": svg_image...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  10. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...<head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">...getChildNodes(NodeType.PARAGRAPH, true)) { String className = para...

    forum.aspose.com/t/html-to-docx-transformation-...