Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 11,920 for

autoshape

(0.06 sec)
  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. get_AutoShapeLock() | Aspose.Slides for C++ API...

    Returns Autoshape's locks. Read-only IAutoshapeLock....get_AutoShapeLock() AutoShape::get_AutoShapeLock() method Returns...Returns autoshape’s locks. Read-only IAutoShapeLock . System ::...

    reference.aspose.com/slides/cpp/aspose.slides/a...
  6. 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/
  7. Aspose::Slides::LowCode::Collect Class Referenc...

    Public Member Functions | Static Public Member Functions | List of all members Aspose::Slides::LowCode::Collect Class......(pres)) { // if the shape is AutoShape, add a black solid border...(System::ObjectExt::Is<AutoShape>(shape)) { auto autoShape = System::Dy...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  8. AutofitType | Aspose.Sildes for .NET API Reference

    Returns or sets texts autofit mode. Read/write TextAutofitTypeaspose.slides/textautofittype....Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...FillType = FillType . Solid ; autoShape . TextFrame . Paragraphs [...

    reference.aspose.com/slides/net/aspose.slides/t...
  9. IModernComment | Aspose.Slides for Java API Ref...

    Represents a comment on a slide....the comment associated with AutoShape. setTextSelectionStar(int...the comment associated with AutoShape. getTextSelectionLeng() Returns...

    reference.aspose.com/slides/java/com.aspose.sli...
  10. Collect | Aspose.Slides for Java API Reference

    Represents a group of methods intended to collect model objects of different types from ....shapes(pres)) { // if the shape is AutoShape, add a black solid border...instanceof AutoShape) { AutoShape autoShape = (AutoShape)shape; autoShape...

    reference.aspose.com/slides/java/com.aspose.sli...