Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 7,171 for

autoshape

(0.04 sec)
  1. AutoShape | Aspose.Slides for .NET API 参考

    表示自选图形...AutoShape 内容 [ 隐藏 ] AutoShape class 表示自选图形。 public class AutoShape...AutoShapeLock { get; } 返回 autoshape 的锁。 只读 IAutoShapeLock 。 BlackWhiteMode...

    reference.aspose.com/slides/zh/net/aspose.slide...
  2. Extracting Effective AutoShape Path from a Powe...

    Hi! I am using aspose.slides for Python and I am having troubles extracting the effective path geometry for Autoshape objects. The get_geometry_paths() of the shape returns only the base geometry path (for example if it …...Extracting Effective AutoShape Path from a PowerPoint Presentation...effective path geometry for autoshape objects. The get_geometry_paths()...

    forum.aspose.com/t/extracting-effective-autosha...
  3. autoshape - Aspose.Slides for Android via Java ...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....AudioPlayModePreset AudioVolumeMode AutoShape AutoShapeLock AxesManager...Deprecated com.aspose.slides Class AutoShape java.lang.Object com.aspose...

    reference.aspose.com/slides/androidjava/com.asp...
  4. Find Out whether AutoShape Geometry in Presenta...

    Hello! I am having troubles in finding out whether an Autoshape is closed or not. I attached a sample python file and a sample presentation with 3 shapes, two of which are closed and 1 which isn’t (the arc). My question …...Find Out whether AutoShape Geometry in Presentation Is Closed...in finding out whether an AutoShape is closed or not. I attached...

    forum.aspose.com/t/find-out-whether-autoshape-g...
  5. How Do I Know If the Shape in a Presentation is...

    Also, please let me know why when i use shape.texframe i am able to extract only some text whereas while using slides.util.SlideUtil.get_all_text_boxes(presentation.slides[slide_num]) i am able to get all text data....Shape in a Presentation is AutoShape or PictureFrame in Python...PowerPoint presentation is an AutoShape or PictureFrame like this:...

    forum.aspose.com/t/how-do-i-know-if-the-shape-i...
  6. AutoShape的背景填充类型错误 - Aspose.Slides Product Fami...

    test1.zip (24.4 KB) aspose版本:aspose-slides-cpp-windows-22.7 ppt中的文本框填充属性为“无填充”,使用PowerPoint软件打开界面是这样的: test.png (32.3 KB) 使用我们的aspose-slides-cpp-windows-22.7打开,解析出来的背景填充属性IFillFormatEffectiveData的填充类型get_FillType值为So…...AutoShape的背景填充类型错误 Aspose.Slides Product Family slides-shapes...

    forum.aspose.com/t/autoshape/250383
  7. Shapes | Aspose.Sildes for .NET API Reference

    Collects all instances of Shapeaspose.slides/shape in the Presentationaspose.slides/presentation....pres )) { // if the shape is AutoShape, add a black solid border...if ( shape is AutoShape autoShape ) { autoShape . LineFormat ...

    reference.aspose.com/slides/net/aspose.slides.l...
  8. Shapes() | Aspose.Slides for C++ API Reference

    Collects all instances of Shape in the Presentation....pres )) { // if the shape is AutoShape, add a black solid border...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...

    reference.aspose.com/slides/cpp/aspose.slides.l...
  9. Shapes | Aspose.Slides for .NET API 参考

    收集Shapeaspose.slides/shape中的所有实例Presentationaspose.slides/presentation....if ( shape is AutoShape autoShape ) { autoShape . LineFormat ...Single ; autoShape . LineFormat . Width = 10f ; autoShape . LineFormat...

    reference.aspose.com/slides/zh/net/aspose.slide...
  10. Manage TextBox|Aspose.Slides Documentation

    Create Text Box on PowerPoint Slides using Java. Add Column in Text Box or Text Frame in PowerPoint Slides using Java. Add Text Box with Hyperlink in PowerPoint Slides using Java....get_Item ( 0 ); // Adds an AutoShape with type set as Rectangle...isTextBox() property (from the AutoShape class) to allow you to examine...

    docs.aspose.com/slides/java/manage-textbox/