Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 397 for

shape hidden property

(0.16 sec)
  1. What's new 2025|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET that have been introduced in recent releases....CreateLogicalStructu property to true to use this functionality...DeleteColor and InsertColor properties. Example: // For complete...

    docs.aspose.com/pdf/net/whatsnew/2025/
  2. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs....display when loading images or shapes. The default value is content/img/updating...myCustomToast ); set info for shape/images operation for server...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  3. Row | Aspose.Words for Java

    Represents a table row in Java....typical elements such as runs, shapes, and even other tables. //..."Title" and "Description" properties to add a title and description...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Drawing::Charts::ChartAxis class...

    Aspose::Words::Drawing::Charts::ChartAxis class. Represents the axis options of the chart. To learn more, visit the documentation article in C++.... get_Hidden () Gets or sets a flag indicating...indicating whether this axis is hidden or not. get_MajorTickMark ()...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs....display when loading images or shapes. The default value is content/img/updating...myCustomToast ); set info for shape/images operation for server...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  6. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs....display when loading images or shapes. The default value is content/img/updating...myCustomToast ); set info for shape/images operation for server...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  7. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...The problem could be due to hidden text, formatting issues, or...follow these steps: Check for Hidden Text : Verify that the text...

    forum.aspose.com/t/some-content-cannot-be-repla...
  8. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...Process shapes (which may contain text) try: shapes = doc.get_child_nodes(aw...get_child_nodes(aw.NodeType.SHAPE, True) shape_count = shapes.count for i in...

    forum.aspose.com/t/change-styles-for-complete-d...
  9. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....use Font to access the font properties of the various objects such...run of text using its font property. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  10. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java...."); // If this property is set to "true", then our...implementation to remove all hidden content from a document. public...

    reference.aspose.com/words/java/com.aspose.word...