Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 175,001 for

drawing

(1.27 sec)
  1. Aspose::Words::Themes::ThemeColors::get_Accent5...

    Aspose::Words::Themes::ThemeColors::get_Accent5 method. Specifies color Accent 5 in C++.... System :: Drawing :: Color Aspose :: Words ::...colors -> set_Dark1 ( System :: Drawing :: Color :: get_MidnightBlue...

    reference.aspose.com/words/cpp/aspose.words.the...
  2. ChartDataLabelCollection.orientation property |...

    ChartDataLabelCollection.orientation property. Gets or sets the text orientation of the data labels of the entire series.... drawing . ShapeTextOrientation : .... value : aspose . words . drawing . ShapeTextOrientation ): ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Add Ellipse Object to PDF file|Aspose.PDF for C++

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for C++....get_Pages () -> Add (); // Create Drawing object with certain dimensions...MakeObject < Aspose :: Pdf :: Drawing :: Graph > ( 400 , 400 ); //...

    docs.aspose.com/pdf/cpp/add-ellipse/
  4. Chart.axisX property | Aspose.Words for Node.js

    Chart.axisX property. Provides access to properties of the primary X axis of the chart.... Drawing . Charts . ChartAxis Examples...builder . insertChart ( aw . Drawing . Charts . ChartType . Column...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartAxis.categoryType property | Aspose.Words ...

    ChartAxis.categoryType property. Gets or sets type of the category axis.... Drawing . Charts . AxisCategoryType...builder . insertChart ( aw . Drawing . Charts . ChartType . Column...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxis.crosses property | Aspose.Words for N...

    ChartAxis.crosses property. Specifies how this axis crosses the perpendicular axis.... Drawing . Charts . AxisCrosses Remarks...builder . insertChart ( aw . Drawing . Charts . ChartType . Column...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. AxisTickLabels.position property | Aspose.Words...

    AxisTickLabels.position property. Gets or sets the position of the tick labels on the axis.... Drawing . Charts . AxisTickLabelPositio...builder . insertChart ( aw . Drawing . Charts . ChartType . Column...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. GradientVariant enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.GradientVariant enumeration. Specifies the variant for a gradient fill.... Drawing . ShapeType . Rectangle , 80...aw . Drawing . GradientStyle . Horizontal , aw . Drawing . GradientVariant...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::DocumentBuilder::InsertImage met...

    Aspose::Words::DocumentBuilder::InsertImage method. Inserts an image from a byte array into the document. The image is inserted inline and at 100% scale in C++....SharedPtr < Aspose :: Words :: Drawing :: Shape > Aspose :: Words...imageByteArray , Aspose :: Words :: Drawing :: RelativeHorizontalPo ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. 在 Python 中向 PDF 添加椭圆形状|Aspose.PDF for Python vi...

    了解如何在 Python 中绘制、填充并标记 PDF 文件中的椭圆形状。...drawing as drawing def add_ellipse ( outfile...document . pages . add () graph = drawing . Graph ( 400 , 400 ) graph...

    docs.aspose.com/pdf/zh/python-net/add-ellipse/