Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 137,407 for

font

(0.11 sec)
  1. Manage Rows and Columns in PowerPoint Tables in...

    Manage table rows and columns in PowerPoint with Aspose.Slides for .NET and speed up presentation editing and data updates....table // Sets first row cells' font height PortionFormat portionFormat...Sets the first column cells' font height PortionFormat portionFormat...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  2. Footnote class | Aspose.Words for Python

    aspose.words.notes.Footnote class. Represents a container for text of a footnote or endnote...InlineStory ) font Provides access to the font formatting of...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldTA Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTA class for seamless TA field implementation, enhancing your document automation and formatting capabilities.... Font . Color = Color . Green ; builder . Font . Name =...

    reference.aspose.com/words/net/aspose.words.fie...
  4. ListTemplate enumeration | Aspose.Words for Python

    aspose.words.lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word.... font . color = aspose . pydrawing...list2 . list_levels [ 0 ] . font . color = aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  5. how to customize UI appearance for message tip ...

    This article describes how to customize UI appearance for message toast in GridJs....space-between; margin-bottom: 10px; font-weight: bold;"> <span> ${ title...initial-scale=1"> Use relative font sizes: fontSize: '14px' instead...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  6. AsposeWords convert pdf to md cause messy chara...

    I convert this pdf to markdown, and in md many mojibake (nonsense characters displayed when software fails render text according to its intended character encoding).I’ve installed a lot of Fonts code: document = aw…...I’ve installed a lot of fonts code: document = aw.Document(file_path)...Aspose.Words is often related to font encoding problems. This can...

    forum.aspose.com/t/asposewords-convert-pdf-to-m...
  7. In Word to HTML Conversion, how do I exempt the...

    Hi Aspose Team, We are using Aspose.Words for .NET for Word to HTML conversion. During document conversion, we’re encountering strikethrough text in the HTML output that we need to remove. Current behavior: Strikethrou…...that have the StrikeThrough font flag before saving the document...GetChildNodes(NodeType.Run, true)) { if (run.Font.StrikeThrough) { // delete the...

    forum.aspose.com/t/in-word-to-html-conversion-h...
  8. While converting pdf to word the document text ...

    thats orignal pdf file дог1673_26_11_2024 (3).pdf (168.1 KB) and here is converted word file дог1673_26_11_20241.docx (27.0 KB)...issues may arise from unembedded fonts, outdated software, or specific...issue: Check Font Embedding : Ensure that the fonts used in the...

    forum.aspose.com/t/while-converting-pdf-to-word...
  9. How to Edit PDF Document using C#

    This short guide describes how to edit PDF document using C#. It has the details to set the IDE, a list of steps and a runnable sample code to edit PDF doc using C#....Font Product Family Aspose.TeX Product...setting the foreground color and font size, and save to the memory...

    kb.aspose.com/pdf/net/how-to-edit-pdf-document-...
  10. How to Insert a Table in a Slide using Java

    This article guides on how to insert a table in a slide using Java. It provides all the details to establish the environment and a runnable sample code to make table in PowerPoint using Java....Font Product Family Aspose.TeX Product...and set text along with the font settings Save the presentation...

    kb.aspose.com/slides/java/how-to-insert-a-table...