Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 42,726 for

shape

(0.06 sec)
  1. Შეკუმშოს DOC C#

    შეკუმშოს DOC C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOC კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // დეველოპერს ევალება აირჩიოს ბიბლიოთეკა...

    products.aspose.com/words/ka/net/compress/doc/
  2. CheckBoxControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.CheckBoxControl class to easily toggle checkbox values and enhance your document automation with seamless integration....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); CheckBoxControl checkBoxControl...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Forms2OleControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControl class, your solution for integrating Microsoft Forms 2.0 OLE controls seamlessly into your applications....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartYValue.FromDouble | Aspose.Words for .NET

    Discover the ChartYValue FromDouble method to effortlessly create Double type ChartYValue instances for enhanced data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeries series1...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Chart.Format | Aspose.Words for .NET

    Unlock advanced chart formatting with our tool! Easily customize fill and line styles for stunning, professional visuals that enhance your data presentation....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; // Delete series generated...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartDataTable.HasOutlineBorder | Aspose.Words ...

    Discover the ChartDataTable HasOutlineBorder property, control the display of outline borders around series and category names for enhanced data clarity....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Stroke.ForeTintAndShade | Aspose.Words for .NET

    Adjust the Stroke ForeTintAndShade property to effortlessly lighten or darken your stroke's foreground color for enhanced visual impact....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...100 , 40 ); Stroke stroke = shape . Stroke ; stroke . ForeThemeColor...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TextBox.FitShapeToText | Aspose.Words for .NET

    Discover how the FitShapeToText property in Microsoft Word automatically adjusts Shapes to perfectly fit your text, enhancing document presentation....Microsoft Word will grow the shape to fit text. public bool FitShapeToText...new DocumentBuilder ( doc ); Shape textBoxShape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::Charts::ChartLegend::ge...

    Aspose::Words::Drawing::Charts::ChartLegend::get_Position method. Specifies the position of the legend on a chart in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Forms2OleControl.value property | Aspose.Words ...

    Forms2OleControl.value property. Gets underlying Value property which often represents control state...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...