ShapeBase.isTopLevel property. Returns ``true`` if this shape is not a child of a group shape.... let doc = new aw . Document (); let shape...= new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType ....
Discover the GetByTitle method in StructuredDocumentTagCollection, which efficiently retrieves the first Document tag by title for streamlined data management.... Document doc = new Document ( MyDir + "Structured... IStructuredDocumentT sdt = doc . Range . StructuredDocumentTa...
ShapeBase.behindText property. Specifies whether the shape is below or above text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a floating image...
Row.isLastRow property. True if this is the last row in a table; false otherwise.... let doc = new aw . Document ( base ....two pages.docx" ); let table = doc . firstSection . body . tables...
Discover the Cell ParentRow property to easily access the parent row of any cell, enhancing your data management and navigation efficiency.... Document doc = new Document ( MyDir + "Table...pages.docx" ); Table table = doc . FirstSection . Body . Tables...
ListCollection.get_list_by_list_id method. Gets a list by a list identifier.... doc = aw . Document () lists = doc . lists self...self . assertEqual ( doc , lists . document ) list = lists . add...
ChartSeriesGroup.first_slice_angle property. Gets or sets the angle, in degrees, of the first slice of the parent pie chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
ShapeBase.horizontalAlignment property. Specifies how the shape is positioned horizontally.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a floating image...
Table.leftPadding property. Gets or sets the amount of space (in points) to add to the left of the contents of cells.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...
Table.topPadding property. Gets or sets the amount of space (in points) to add above the contents of cells.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...