Sort Score
Result 10 results
Languages All
Labels All
Results 7,671 - 7,680 of 134,561 for

font

(0.27 sec)
  1. Errors at high traffic on multiple threads - Fr...

    We are using aspose for converting word to pdf and converting pdf to pdfa. When there is a lot of converting (we are using 8 threads for this actions) sometimes random errors occur when converting. When we try to convert…...docx Object reference in Select font (this one occurs most often)...

    forum.aspose.com/t/errors-at-high-traffic-on-mu...
  2. Customer satisfaction survey with table layout|...

    OMR ready customer satisfaction survey with table layout...Satisfaction Survey font_style=bold font_size=18 align=center...question about your purchase. font_style=Italic &block &container...

    docs.aspose.com/omr/net/showcases/satisfaction/...
  3. 使用 C# 製作 DOCX

    通過幾個步驟在 C# 中創建一個新的 DOCX。使用 .NET 庫輕鬆創建 DOCX。...var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/zh-hant/net/make/docx/
  4. 使用 C# 製作 Markdown

    通過幾個步驟在 C# 中創建一個新的 Markdown。使用 .NET 庫輕鬆創建 Markdown。...var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/zh-hant/net/make/md/
  5. Document class | Aspose.Words for Python

    aspose.words.Document class. Represents a Word document... font_infos Provides access to properties of fonts used in...DocumentBase ) font_settings Gets or sets document font settings....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert HTML to PDF – C# Examples and Online Co...

    Learn how to convert HTML to PDF using Aspose.HTML for .NET and consider various HTML to PDF conversion scenarios in C# examples....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/html/net/convert-html-to-pdf/
  7. 将EPUB转换为DOCX – C#代码和在线转换器

    使用 Aspose.HTML for .NET 在 C# 中将 EPUB 转换为 DOCX。在C#示例中考虑各种EPUB到DOCX的转换方案。尝试在线EPUB转换器。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/html/zh/net/convert-epub-to-docx/
  8. Yellow OMR form with a vertical tear line|Docum...

    OMR form with a vertical tear line in yellow...content=Aspose Board font_style=bold font_size=18 align=center...content=of education font_style=bold font_size=18 align=center...

    docs.aspose.com/omr/net/showcases/tear/vertical...
  9. 将 HTML 转换为 DOCX – C#

    使用 Aspose.HTML API 在 C# 中将 HTML 转换为 DOCX。在 C# 示例中考虑各种 HTML 到 DOCX 的转换情况。试试在线 HTML 转换器。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/html/zh/net/convert-html-to-docx/
  10. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...一致了,经过我测试,保存前先把defaultstlye的font改为arial 11,test1.xlsm也是可以得到相同的6...defaultStyle.Font.Name = “Arial”; defaultStyle.Font.Size = 11;...

    forum.aspose.com/t/cellshelper-dpi-120/322191