Sort Score
Result 10 results
Languages All
Labels All
Results 7,421 - 7,430 of 246,696 for

cells

(0.32 sec)
  1. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java.... Cell-level - Among cells in a table row, as...get(i); // Find out if any cells in the table have other tables...

    reference.aspose.com/words/java/com.aspose.word...
  2. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....sure the table has at least one cell. Table table = new Table(doc);...get(i); // Find out if any cells in the table have other tables...

    reference.aspose.com/words/java/com.aspose.word...
  3. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases.... cells . add ( "Dashed border cell" ) page . paragraphs...

    docs.aspose.com/pdf/python-net/whatsnew/
  4. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....get(i); // Find out if any cells in the table have other tables...tables directly within its cells", i, count)); // Find out if...

    reference.aspose.com/words/java/com.aspose.word...
  5. FormField | Aspose.Words for Java

    Represents a single form field in Java....get(i); // Find out if any cells in the table have other tables...tables directly within its cells", i, count)); // Find out if...

    reference.aspose.com/words/java/com.aspose.word...
  6. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....// The content inside table cells may have the hidden content...have hidden content will have cells with empty paragraphs inside...

    reference.aspose.com/words/java/com.aspose.word...
  7. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java....sure the table has at least one cell. Table table = new Table(doc);...get(i); // Find out if any cells in the table have other tables...

    reference.aspose.com/words/java/com.aspose.word...
  8. Need a Sample Code to Create a PowerPoint Combi...

    I have a combination chart of stacked column, line with markers on the primary axis and cluster column on the secondary axis. Fact2LegendNotVisible.zip (37.8 KB) please refer the attached ppt file and provide the code. …...implementation using Aspose cells as well in Microsoft Excel....I mean here is, using Aspose Cell, we are able to see the legends...

    forum.aspose.com/t/need-a-sample-code-to-create...
  9. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....PDF document such as Table, Cells etc. The following code snippet...( new TextFragment ( "Row 1 Cell 1" )); text . getFootNote ()...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  10. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python.... get_cell ( worksheet_index , 0 , 1 ,...series . add ( workbook . get_cell ( worksheet_index , 0 , 2 ,...

    docs.aspose.com/slides/python-net/create-chart/