Sort Score
Result 10 results
Languages All
Labels All
Results 7,111 - 7,120 of 126,503 for

shape

(0.22 sec)
  1. lower_right_column 属性 | Aspose.Cells for Python...

    lower_right_column 属性 lower_right_column 属性 代表右下角的列索引。 例子 if Shape . lower_right_column == 3 : Shape . lower_right_co...... 例子 if shape . lower_right_column == 3 : shape . lower_right_column...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. text_direction property | Aspose.Cells for Pyth...

    text_direction property text_direction property Gets/Sets the direction of the text flow for this object. Example fro......import TextDirectionType if shape . text_direction == TextDirectionType...TextDirectionType . CONTEXT : shape . text_direction = TextDirectionType...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. text_direction property | Aspose.Cells for Pyth...

    text_direction property text_direction property Gets/Sets the direction of the text flow for this object. Example fro......import TextDirectionType if shape . text_direction == TextDirectionType...TextDirectionType . CONTEXT : shape . text_direction = TextDirectionType...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. text_direction property | Aspose.Cells for Pyth...

    text_direction property text_direction property Gets/Sets the direction of the text flow for this object. Example fro......import TextDirectionType if shape . text_direction == TextDirectionType...TextDirectionType . CONTEXT : shape . text_direction = TextDirectionType...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. active_x_control property | Aspose.Cells for Py...

    active_x_control property active_x_control property Gets the ActiveX control. Example from aspose import pycore from ......import CheckBoxActiveXContr if shape . active_x_control != None :...cast ( CheckBoxActiveXContr , shape . active_x_control ) # The font...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. Aspose::Slides::Animation::Sequence Class Refer...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Slides::Animation::Sequence Class ......get_TriggerShape () override Returns shape target for INTERACTIVE sequence...IShape > value) override Sets shape target for INTERACTIVE sequence...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  7. remove_active_x_control method | Aspose.Cells f...

    remove_active_x_control method remove_active_x_control Remove activeX control. def remove_active_x_control ( self ): ......Example if shape . active_x_control != None : shape . remove_active_x_control...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. remove_active_x_control method | Aspose.Cells f...

    remove_active_x_control method remove_active_x_control Remove activeX control. def remove_active_x_control ( self ): ......Example if shape . active_x_control != None : shape . remove_active_x_control...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. AxisTickLabels | Aspose.Words for Java

    Represents properties of axis tick mark labels in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to Right Align the Default Slide Number in ...

    Hi Team, I know to get the slide number, we need to use the below code snippet slide.getHeaderFooterManager().setSlideNumberVisibility(true) But could you please help how can we make this slide number to be right al…...position of the slide number shape like this: var slideSize = presentation...slideSize.getWidth() - shape.getWidth() - 20; shape.setX((float)newX);...

    forum.aspose.com/t/how-to-right-align-the-defau...