Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 16,780 for

true type

(0.79 sec)
  1. Different Geometrytype create by arcgis and asp...

    test gdb.zip (31.5 KB) hi I use ogrinfo see the different gdb create by arcgis and aspose ,one is create by arcmap , another is by aspose ogrinfo D:\arcgis.gdb -al INFO: Open of `D:\arcgis.gdb' using driver `Ope…...FileGdb have ‘true’ value for Z and M. It will...an emptry layer, its geometry type is unknown( arcgis and ogrinfo...

    forum.aspose.com/t/different-geometrytype-creat...
  2. Aspose::Words::Tables::CellFormat class | Aspos...

    Aspose::Words::Tables::CellFormat class. Represents all formatting for a table cell. To learn more, visit the documentation article in C++.... get_FitText () If true , fits text in the cell, compressing...in points. get_WrapText () If true , wrap text for the cell. GetType...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. EditableRangeStart.Accept | Aspose.Words for .NET

    Discover the EditableRangeStart Accept method to efficiently manage visitor interactions and enhance user experience on your site....DocumentVisitor visitor ) Parameter Type Description visitor DocumentVisitor..."\tContents:" ); mInsideEditableRange = true ; return VisitorAction . Continue...

    reference.aspose.com/words/net/aspose.words/edi...
  4. Aspose.Words hyphenation PDF Output differs fro...

    Hello, if we convert the attached Input Word File to PDF using german Hyphenation dictionary, the output PDF differs from the PDF which we export as PDF directly with Microsoft Word. How can we ensure that the output P…...it is required to enable open type features. Aspose.Words.Shaping...engine. You should enabling open type features to get the expected...

    forum.aspose.com/t/aspose-words-hyphenation-pdf...
  5. Word Content Control (Checkbox) get auto checke...

    Hi, I have a Word file with Content Control (checkbox) when I convert the Word file to PDF using ASPOSE Word 20.2 some checkbox gets checked (has ‘X’ within) and the checkbox can’t be changed afterward. We are using a li…...PreserveFormFields = true; doc.Save(@"C:\Temp\out.pdf"...PdfSaveOptions(); opt.PreserveFormFields = true; doc.Save(@"C:\Temp\out.pdf"...

    forum.aspose.com/t/word-content-control-checkbo...
  6. Aspose::Words::Drawing::Charts::ChartDataLabel ...

    Aspose::Words::Drawing::Charts::ChartDataLabel class. Represents data label on a chart point or trendline. To learn more, visit the documentation article in C++.... get_IsVisible () Returns true if this data label has something...the data labels on a chart. true to show the series name; false...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Customize fonts, colors, alignment, and more with powerful Python code examples.... whole_words_only = True presentation . slides [ 0 ]...portion_format . fill_format . fill_type = slides . FillType . SOLID...

    docs.aspose.com/slides/python-net/text-formatting/
  8. 如何锁定单元格以保护它们|Documentation

    本文介绍了如何使用C++中的Aspose.Cells for JavaScript锁定单元格以保护它们的示例代码。...Worksheet Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  9. Read Barcode Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata... IsReaderInitializati = true ; document . getElementById...Barcode . Pdf417 . IsLinked = true ; document . getElementById...

    docs.aspose.com/barcode/javascript-cpp/read-bar...
  10. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....object’s IsBold property to true . #include <iostream> #include...style . GetFont (). SetIsBold ( true ); // Apply the style to the...

    docs.aspose.com/cells/cpp/cells-font-settings/