Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 393 for

shape hidden property

(1.76 sec)
  1. 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...
  2. 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...
  3. Working with Charts in Python|Aspose.Words for ...

    Create and modify charts of various types in a document using Python....Working with Charts through Shape.chart Object Once the chart...change its appearance. Shape.chart property contains all chart related...

    docs.aspose.com/words/python-net/working-with-c...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row... Properties Name Description cells Provides...(Inherited from CompositeNode ) hidden Gets or sets a flag indicating...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Document | Aspose.Words for Java

    Represents a Word document in Java....accessible via the corresponding properties of the Document . The Document...node can be changed via the properties of that node. Consider using...

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