Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 10,911 for

true type

(0.1 sec)
  1. Aspose::Words::Fonts::FontInfo::GetEmbeddedFont...

    Aspose::Words::Fonts::FontInfo::GetEmbeddedFontAsOpenType method. Gets an embedded font file in OpenType format. Fonts in Embedded OpenType format are converted to OpenType in C++....EmbeddedFontStyle style ) Parameter Type Description style Aspose::W..."Embedded font.doc" ); ASSERT_TRUE ( doc -> get_FontInfos () ->...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. ChartLegend class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartLegend class. Represents chart legend properties... insert_chart ( chart_type = aw . drawing . charts . ChartType...the legend. legend . overlay = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Green Box when using Mender to add Image - Free...

    I am using the following code to pass in an image in the form of byte[] and add it to the end of a PDF. Adding the image works when I do not use compression methods. If I use this code I get a green box on the page the…...Success = true; } catch (Exception ex) { results...Compression Types : Experiment with different compression types to see...

    forum.aspose.com/t/green-box-when-using-mender-...
  4. Row.row_format property | Aspose.Words for Python

    Row.row_format property. Provides access to the formatting properties of the row.... get_by_border_type ( aw . BorderType . BOTTOM )... allow_break_across_pages = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Saving::ImageSavingArgs::get_Ima...

    Aspose::Words::Saving::ImageSavingArgs::get_ImageFileName method. Gets or sets the file name (without path) where the image will be saved to in C++.... ASSERT_TRUE ( args -> get_Document () ->...Format ( u "{0} part {1}, of type {2}{3}" , mOutFileName , ++...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Working with Document in PS file | Java

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java.... set multiPaged variable to true . Another constructor allows...questions about Aspose.Page? Type in your query: Programming Language:...

    docs.aspose.com/page/java/ps/working-with-docum...
  7. FontInfo class | Aspose.Words for Python

    aspose.words.fonts.FontInfo class. Specifies information about a font used in the document... is_true_type Indicates that this font is...raster or vector font. Default is True . name Gets the name of the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Customize Barcode Appearance in C#|Documentation

    How to Adjust Barcode Appearance-Related Properties in Aspose.BarCode for .NET... Visible = true ; //set border size to 5 pixels...Parameters . Border . Visible = true ; gen . Parameters . Border...

    docs.aspose.com/barcode/net/customize-barcode-a...
  9. 创建并嵌入 Excel 图表作为 OLE 对象|Aspose.Slides 文档

    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....xlsx" ; object paramMissing = Type . Missing ; // 声明 Chart.ChartWizard...= 0 ; bool paramHasLegend = true ; object paramTitle = "按季度销售"...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  10. 在 PDF 文件中添加签名|Aspose.PDF for .NET

    本节解释如何使用 PdfFileSignature 类向 PDF 文件添加签名。...any of the three signature types var signature = new PKCS1 (..."Aspose Pdf Demo, Australia" , true , rect , signature ); // Save...

    docs.aspose.com/pdf/zh/net/add-signature-in-pdf/