Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 2,763 for

chart coloring

(0.17 sec)
  1. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....Comments Insert Bookmark Insert Chart import com.aspose.words.*; Document..."Courier New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font...

    products.aspose.com/words/java/make/pdf/
  2. 用C++读取形状发光效果的颜色|Documentation

    学习如何使用 Aspose.Cells for C++ 读取任何形状发光效果的颜色。...Color 属性。这将帮助您找到与形状的发光效果的颜色相关的各种属性。...CellsColor color = effect . GetColor (); Color clr = color . GetColor...

    docs.aspose.com/cells/zh/cpp/read-color-of-shap...
  3. Aspose::Words::Drawing::Shape::get_ShadowEnable...

    Aspose::Words::Drawing::Shape::get_ShadowEnabled method. Returns true if a shadow effect is enabled in C++....Format ( u "Has chart: {0}" , shape -> get_Chart () -> get_Title...shape -> get_Stroke () -> get_Color (), shape -> get_StrokeColor...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::Shape::get_StrokeColor ...

    Aspose::Words::Drawing::Shape::get_StrokeColor method. Defines the color of a stroke in C++....Defines the color of a stroke. System :: Drawing :: Color Aspose ::...Remarks This is a shortcut to the Color property. The default value...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Shape.StrokeWeight | Aspose.Words for .NET

    Adjust the StrokeWeight property to customize brush thickness for shapes, enhancing your designs with precise line control and professional quality....) AppendLine ( $"Has chart: {shape.Chart.Title.Text}" ); AppendLine...AreEqual ( shape . Stroke . Color , shape . StrokeColor ); AppendLine...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Drawing::Shape::get_Stroked meth...

    Aspose::Words::Drawing::Shape::get_Stroked method. Defines whether the path will be stroked in C++....Format ( u "Has chart: {0}" , shape -> get_Chart () -> get_Title...shape -> get_Stroke () -> get_Color (), shape -> get_StrokeColor...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose.Cells 8.4.1中的公共API更改|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....first chart inside the sheet com . aspose . cells . Chart chart...cells . DataLabels labels = chart . getNSeries (). get ( 0 )....

    docs.aspose.com/cells/zh/java/public-api-change...
  8. Aspose::Words::Drawing::Shape::get_OleFormat me...

    Aspose::Words::Drawing::Shape::get_OleFormat method. Provides access to the OLE data of a shape. For a shape that is not an OLE object or ActiveX control, returns null in C++....Format ( u "Has chart: {0}" , shape -> get_Chart () -> get_Title...shape -> get_Stroke () -> get_Color (), shape -> get_StrokeColor...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Shape::get_Filled metho...

    Aspose::Words::Drawing::Shape::get_Filled method. Determines whether the closed path of the shape will be filled in C++....Format ( u "Has chart: {0}" , shape -> get_Chart () -> get_Title...shape -> get_Stroke () -> get_Color (), shape -> get_StrokeColor...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 在 C++ 中製作文檔

    使用 C++ 庫創建文件。只需幾個步驟即可在 C++ 中輕鬆創建新文檔。...New" ); font-> set_Color (System::Drawing::Color:: get_Blue ());...set_HighlightColor (System::Drawing::Color:: get_Yellow ()); builder->...

    products.aspose.com/words/zh-hant/cpp/make/