openpyxl.drawing.tests.test_shape module

class openpyxl.drawing.tests.test_shape.DummyChart[source]

Bases: object

Shapes need a chart to calculate their coordinates

get_x_units()[source]
get_y_units()[source]
height = 100
width = 100
class openpyxl.drawing.tests.test_shape.DummyDrawing[source]

Bases: object

Shapes need charts which need drawings

height = 20
width = 10
class openpyxl.drawing.tests.test_shape.TestShape[source]

Bases: object

setup()[source]
test_border_color()[source]
test_border_width()[source]
test_color()[source]
test_coordinates()[source]
test_ctor()[source]
test_pct()[source]
test_text_color()[source]
class openpyxl.drawing.tests.test_shape.TestShapeWriter[source]

Bases: object

setup()[source]
test_write()[source]
test_write_style()[source]
test_write_text()[source]