Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 46,431 for

color

(0.15 sec)
  1. 用 JavaScript 结合 C++ 添加图标到工作表|Documentation

    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....const { Workbook , SaveFormat , Color } = AsposeCells ; AsposeCells...resultDiv . innerHTML = '<p style="color: red;">Please select an Excel...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  2. ListLevelCollection indexer | Aspose.Words for ...

    ListLevelCollection indexer. Gets a list level by index.... color = aspose . pydrawing . Color . red list_level...list_level . font . color = aspose . pydrawing . Color . blue list_level...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListLevelCollection class | Aspose.Words for Py...

    aspose.words.lists.ListLevelCollection class. A collection of list formatting for each level in a list... color = aspose . pydrawing . Color . red list_level...list_level . font . color = aspose . pydrawing . Color . blue list_level...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RowFormat class | Aspose.Words for Python

    aspose.words.tables.RowFormat class. Represents all formatting for a table row...background_pattern_color = aspose . pydrawing . Color . green_yellow...row_format . borders . color = aspose . pydrawing . Color . orange builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 用C++设置边框|Documentation

    如何在C++中使用Aspose.Cells库设置单元格的边框样式和颜色。通过调整边框宽度、样式和颜色,可以更好地控制单元格的外观。... 要设置边框的线色,可以使用Color枚举选择颜色,并将其赋值给Border对象的Color属性。 通过从 CellBorderType...:: TopBorder ). SetColor ( Color :: Black ()); style . GetBorders...

    docs.aspose.com/cells/zh/cpp/cells-border-setti...
  6. Aspose::Words::Drawing::ImageData::get_CropRigh...

    Aspose::Words::Drawing::ImageData::get_CropRight method. Defines the fraction of picture removal from the right side in C++....will be filled by the fill color of the shape). Positive values...object will define the border color as empty. ASSERT_EQ ( 4 , imageData...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. 入门|Documentation

    如何安装 Aspose Cells for Go via C++ 并创建“Hello World”应用程序。...BackgroundType_Solid ) color , _ := NewColor () color . Set_Color_R ( uint8...uint8 ( 255 )) color . Set_Color_G ( uint8 ( 128 )) style . SetForegroundColor...

    docs.aspose.com/cells/zh/go-cpp/getting-started/
  8. LaTeX 数学公式渲染 | C++

    本文介绍了 Aspose.TeX API 在 C++ 中的 LaTeX 数学公式渲染解决方案。您将在此找到功能的代码示例。...e{amssymb}\r\n\\usepackage{color}" ); 7 // Specify the scaling...9 // Specify the foreground color. 10 options -> set_TextColo...

    docs.aspose.com/tex/zh/cpp/latex-math-formula-r...
  9. Get the Cell Object by DisplayName of PivotFiel...

    Learn how to retrieve the cell object by the display name of a pivot field and apply formatting using Aspose.Cells for C++....then changes the fill color and font color of the cell to light...style . SetForegroundColor ( Color :: LightBlue ()); style . GetFont...

    docs.aspose.com/cells/cpp/get-the-cell-object-b...
  10. Drawing Images|Documentation

    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....class to set its background color. The DrawLine method of the...to draw lines with specified color, width & brush. The SolidBrush...

    docs.aspose.com/psd/java/drawing-images/