Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 408 for

shape hidden property

(0.14 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Aspose::Words::Drawing::GroupShape class | Aspo...

    Aspose::Words::Drawing::GroupShape class. Represents a group of Shapes in a document. To learn more, visit the documentation article in C++....class Represents a group of shapes in a document. To learn more...visit the How to Add Group Shape into a Word Document documentation...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Apply or Change Slide Layouts in Python|Aspose....

    Learn how to manage and customize slide layouts in Aspose.Slides for Python via .NET. Explore layout types, placeholder control, footer visibility, and layout manipulation through code examples in Python....for Python, you can use: Properties such as layout_slides and...rely on a set of placeholder shape types. # For example, a Title...

    docs.aspose.com/slides/python-net/slide-layout/
  7. 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...
  8. 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...
  9. Apply or Change Slide Layouts in .NET|Aspose.Sl...

    Manage and customize slide layouts in Aspose.Slides for .NET. Explore layout types, placeholder control, and footer visibility through C# code examples....NET, you can use: Properties such as LayoutSlides and...rely on a set of placeholder shape types. // For example, a Title...

    docs.aspose.com/slides/net/slide-layout/
  10. StructuredDocumentTagRangeStart | Aspose.Words ...

    Represents a start of ranged structured document tag which accepts multi-sections content in Java....Examples: Shows how to get the properties of multi-section structured...) When set to true , this property will prohibit a user from...

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