Base class for elements that contain block-level nodes Paragraph and Table in Java....getChild(int nodeType, int index, boolean isDeep) getChildNodes(int...indexOf(Node child) Returns the index of the specified child node...
This brief article discusses how to add a column in Excel using C#. It encapsulates the system preparation, stepwise algorithm, and a running sample code to add multiple columns in Excel using C#....spreadsheet and insert columns at any index before saving it to XLS or XLSX...
Follow this article to autofit table in Word using C#. It has details to set the IDE, a list of steps, and a sample code showing how to fit table to page in Word using C#....target table by providing the index, and type-cast it to a Table...
Follow this article to edit macro in Word using Java. Details are provided for setting the IDE, instructions for writing the application, and sample code to modify macro using Java....module using its name or the index of the module. Note that when...
This article assists on how to group rows and columns in Excel using C#. It has the IDE settings, steps and a sample code for grouping rows in Excel using C#....GroupColumns() methods by passing the index of the first and last row or...
Create presentations with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results....reference of a slide by using its Index. Add an AutoShape of Line type...
Implements the EMBED field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...
Implements the NEXT field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...
Implements the SECTION field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...
Implements the SECTIONPAGES field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...