Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 45,829 for

shape

(0.2 sec)
  1. 55541790.xlsx

    Sheet1 Country Fruit Vehicle Color Shape USA Apple Car Green Oval UK Pear Truck Orange Circle China Coconut Bus Purple Square India Banana Scooter Yellow Rectangle Pakistan Mango Van Blue Line Bang......Country Fruit Vehicle Color Shape USA Apple Car Green Oval UK...

    docs.aspose.com/cells/tr/python-net/query-cell-...
  2. Create VSTX Files via Java | products.aspose.com

    Java Sample code for generating VSTX documents. Use this code for creating VSTX files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...

    products.aspose.com/diagram/java/create/vstx/
  3. Create VSDM Files via Java | products.aspose.com

    Java Sample code for generating VSDM documents. Use this code for creating VSDM files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...

    products.aspose.com/diagram/java/create/vsdm/
  4. TextBox.internal_margin_bottom property | Aspos...

    TextBox.internal_margin_bottom property. Specifies the inner bottom margin in points for a Shape....bottom margin in points for a shape. @property def internal_margin_bottom...margins. text_box_shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OleFormat.suggested_file_name property | Aspose...

    OleFormat.suggested_file_name property. Gets the file name suggested for the current embedded object if you want to save it into a file....file_name = MY_DIR + 'OLE shape.rtf' ) ole_shape = doc . first_section...aw . NodeType . SHAPE , 0 , True ) . as_shape () # OLE objects...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Draw Line in Excel with Python

    Draw line in Excel with Python program along with other Shapes. Get IDE details, a list of steps, and a sample code to insert drawing in Excel with Python....with Python and various other shapes. It will make you understand...want to draw a line shape Access the Shapes collection of the sheet...

    kb.aspose.com/cells/python/draw-line-in-excel-w...
  7. Aspose::Words::Drawing::Charts::ChartDataLabelL...

    Aspose::Words::Drawing::Charts::ChartDataLabelLocationMode enum. Specifies how the values ​​that specify the location of a data label - the Left and Top properties - are interpreted in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. TextBox.internal_margin_left property | Aspose....

    TextBox.internal_margin_left property. Specifies the inner left margin in points for a Shape....left margin in points for a shape. @property def internal_margin_left...margins. text_box_shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Creating a Table on PowerPoint Slide in VSTO an...

    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.... Shape shp = sld . Shapes . AddTable ( 15 ,...PowerPoint . TextFrame tf = cell . Shape . TextFrame ; //Add some text...

    docs.aspose.com/slides/net/creating-a-table-on-...
  10. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in Java...30 , 30 }; // Adds a table shape to slide ITable tbl = sld ....70 , 70 }; // Adds a table shape to slide ITable tbl = sld ....

    docs.aspose.com/slides/androidjava/manage-table/