Represents a start of a bookmark in a Word document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shapeshape = new Shape(doc, ShapeType.RECTANGLE);...
ShapeBase.hidden property. Gets or sets a boolean value indicating whether the Shape is visible....value indicating whether the shape is visible. get hidden () :...
ChartDataLabel.top property. Gets or sets the distance of the data label in points from the top edge of the chart or from the position specified by its [ChartDataLabel.position](../position/) property, depending on the value of the [ChartDataLabel.top_mode](../top_mode/) property....proportionally if the chart shape is resized. The property cannot...chart_width = 432 chart_height = 252 shape = builder . insert_chart ( chart_type...
ChartDataLabel.left property. Gets or sets the distance of the data label in points from the left edge of the chart or from the position specified by its [ChartDataLabel.position](../position/) property, depending on the value of the [ChartDataLabel.left_mode](../left_mode/) property....proportionally if the chart shape is resized. The property cannot...chart_width = 432 chart_height = 252 shape = builder . insert_chart ( chart_type...
ChartDataPoint.format property. Provides access to fill and line formatting of this data point....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete default...