Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 131,702 for

font

(0.11 sec)
  1. ShapeBase.distance_left property | Aspose.Words...

    ShapeBase.distance_left property. Returns or sets the distance (in points) between the document text and the left edge of the shape.... font . size = 24 builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Change the HTML Link Target Type with C++|Docum...

    Learn how to change the HTML link target type using Aspose.Cells for C++. Control the target attribute in HTML links programmatically....Properties with C++ Set Default Font while rendering spreadsheet...

    docs.aspose.com/cells/cpp/change-the-html-link-...
  3. Shape.stroke_color property | Aspose.Words for ...

    Shape.stroke_color property. Defines the color of a stroke.... font . size = 32 builder . writeln...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Customize Presentation Shapes on Android|Aspose...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for Android via Java: geometry paths, curved corners, composite shapes....graphicsPath ; Font font = new java . awt . Font ( "Arial" , Font . PLAIN...{ GlyphVector glyphVector = font . createGlyphVector ( g2 . ...

    docs.aspose.com/slides/androidjava/custom-shape/
  5. Გააკეთეთ DOCX C++ Ის Გამოყენებით

    შექმენით ახალი DOCX C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX C++ ბიბლიოთეკის გამოყენებით....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/ka/cpp/make/docx/
  6. Aspose::Words::Fonts::FontConfigSubstitutionRul...

    Aspose::Words::Fonts::FontConfigSubstitutionRule::ResetCache method. Resets the cache of Fontconfig calling results in C++....Aspose::Words::Fonts::FontConfigSubstituti::ResetCache method...results. void Aspose :: Words :: Fonts :: FontConfigSubstituti :: ResetCache...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. 根据数据透视表的PivotField显示名称获取单元格对象|Documentation

    如何用Aspose.Cells for JavaScript通过C++根据数据透视表中的字段显示名称获取单元格对象。...enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...style and set its fill color and font color const style = cell . style...

    docs.aspose.com/cells/zh/javascript-cpp/get-the...
  8. Aspose Words (JAVA), returning HTML document mi...

    Hello, we’ve run into an instance with a customer where RTF documents being sent in, get processed and returned with “shell” of a html document. The content of the document itself is missing. This shell is identical with…...<body style="font-family:'Times New Roman'; font-size:12pt"> <div>...

    forum.aspose.com/t/aspose-words-java-returning-...
  9. FieldSeparator class | Aspose.Words for Python

    aspose.words.fields.FieldSeparator class. Represents a Word field separator that separates the field code from the field result...from FieldChar ) font Provides access to the font formatting of...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…...setFontSize(12); // Example: set font size style.setFontName("Arial");...setFontName("Arial"); // Example: set font name cell.setStyle(style); } workbook...

    forum.aspose.com/t/change-in-behavior-of-cells-...