Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 15,993 for

true type

(0.19 sec)
  1. Translate Markdown to DOM|Aspose.Words for Java

    Tarnslate a Markdown document to Document Object Model and back. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch using Java....Bold = true Italic *italic text* Font.Italic = true Strikethrough...~Strikethrough text~ Font.StrikeThrough = true We use a character style with...

    docs.aspose.com/words/java/translate-markdown-t...
  2. ChartLegend.format property | Aspose.Words for ...

    ChartLegend.format property. Provides access to fill and line formatting of the legend.... insert_chart ( chart_type = aw . drawing . charts . ChartType...chart . axis_x . title . show = True chart . axis_x . title . format...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldUserInitials.user_initials property | Aspo...

    FieldUserInitials.user_initials property. Gets or sets the current user's initials.... insert_field ( field_type = aw . fields . FieldType ....FIELD_USER_INITIALS , update_field = True ) . as_field_user_initials ()...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Export Document Workbook and Worksheet Properti...

    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....Cells, it also exports various types of Document, Workbook, and Worksheet...value of these properties is true . The following screenshot shows...

    docs.aspose.com/cells/net/export-document-workb...
  5. PDF to SVG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with C# sample code using Aspose.PDF for .NET...the same or different file types into one file using C# Merge...CompressOutputToZipA = true , ScaleToPixels = true }; pdfDocument1 ...

    products.aspose.com/pdf/net/merger/pdf-to-svg/
  6. Display and Hide Scroll Bars|Documentation

    This article introduces how to show or hide scroll bars in GridDesktop....Most applications support two types of scroll bar: Vertical scroll...properties that control visibility to true. Managing Cell Controls in Worksheets...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  7. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...Run, true).ToArray(); foreach (Node n...GetChildNodes(NodeType.Run, true).ToArray(); List<string> tmpBookmakrs...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  8. Working with Signature in PDF File|Aspose.PDF f...

    Discover how to manage digital signatures in PDF documents, including adding, removing, and verifying, using Aspose.PDF in Java....any of the three signature types PKCS1 signature = new PKCS1..."test01@aspose-pdf-demo.local" , "" , true , rect , signature ); // Save...

    docs.aspose.com/pdf/java/working-with-signature...
  9. Using Cells.ImportData to import and format emp...

    I have a requirement to quickly load a DataTable into an Excel sheet, where cells should automatically format to correspond to the DataTable’s column Types. This is particularly important for DateTime columns. This work…...correspond to the DataTable’s column types. This is particularly important...ImportTableOptions { IsFieldNameShown = true, NumberFormats = new string[]...

    forum.aspose.com/t/using-cells-importdata-to-im...
  10. TableCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TableCollection class for easy, Typed access to Table nodes, enhancing document processing efficiency and flexibility....TableCollection class Provides typed access to a collection of Table...GetChildNodes ( NodeType . Table , true ); for ( int i = 0 ; i < tables...

    reference.aspose.com/words/net/aspose.words.tab...