Sort Score
Result 10 results
Languages All
Labels All
Results 5,961 - 5,970 of 142,400 for

font

(0.15 sec)
  1. 使用 C++ 製作 HTML

    通過幾個步驟在 C++ 中創建一個新的 HTML。使用 C++ 庫輕鬆創建 HTML。...<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/zh-hant/cpp/make/html/
  2. ChartNumberFormat.format_code property | Aspose...

    ChartNumberFormat.format_code property. Gets or sets the format code applied to a data label.... font . size = 12 doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用 C++ 製作 WORD

    通過幾個步驟在 C++ 中創建一個新的 WORD。使用 C++ 庫輕鬆創建 WORD。...<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/zh-hant/cpp/make/word/
  4. 使用 C++ 製作 DOCX

    通過幾個步驟在 C++ 中創建一個新的 DOCX。使用 C++ 庫輕鬆創建 DOCX。...<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/zh-hant/cpp/make/docx/
  5. Migration from obsolete Barcode Visual Componen...

    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...._codeTextParameters_Font Manual Arial, 10pt Font rendering mode:...mode: manual or automatic, font size in manual mode. _codeTextColor...

    docs.aspose.com/barcode/reportingservices/migra...
  6. The selected colour from the pallet in fill col...

    Hi Aspose, We have a request to show the selected colour in the Aspose cells editor tool bar same as how we show in the Microsoft application image.png (20.2 KB) currently we are unable to see the selected colour i…...CELLSGRIDJS-2011 Improve the 'Font Colour ’ button CELLSGRIDJS-2012...CELLSGRIDJS-2011 Improve the 'Font Colour ’ button CELLSGRIDJS-2012...

    forum.aspose.com/t/the-selected-colour-from-the...
  7. PDF 粘性注释使用 Python|Aspose.PDF for Python via .NET

    本主题关于粘性注释,作为示例,我们展示文本中的水印注释。... font_size = 25 ts . font = ap . text . FontRepository...FontRepository . find_font ( "Arial" ); # 设置注释文本的透明度级别 wa . opacity...

    docs.aspose.com/pdf/zh/python-net/sticky-annota...
  8. Create a Bitmap in Java

    This precise tutorial discusses how to create a bitmap in Java. It includes the IDE configuration details, the steps, and a code snippet to create BMP file in Java....Font Product Family Aspose.TeX Product...creating a bitmap in Java . The Font class enables the customization...

    kb.aspose.com/drawing/java/create-a-bitmap-in-j...
  9. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…..."); // Set font and left alignment IPortion...setText("This is new text."); // Set font and left alignment portion =...

    forum.aspose.com/t/add-new-last-slide-with-text...
  10. Translate Markdown to DOM|Aspose.Words for .NET

    Translate a Markdown document to Document Object Model and back using C#. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....Translation Principles We use Font formatting for inline blocks...formatting. Inline Blocks We use Font formatting when translating...

    docs.aspose.com/words/net/translate-markdown-to...