[]
Adds a new TextColumn to the section.
public TextColumn Add()
| Type | Description |
|---|---|
| TextColumn | The newly created TextColumn. |
Adds a new TextColumn to the section.
public TextColumn Add(float width)
| Type | Name | Description |
|---|---|---|
| float | width | The width of the new text column, in points. |
| Type | Description |
|---|---|
| TextColumn | The newly created TextColumn. |
Adds a new TextColumn to the section.
This method sets the EvenlySpaced property to false.
public TextColumn Add(float width, float spaceAfter)
| Type | Name | Description |
|---|---|---|
| float | width | The width of the new text column, in points. |
| float | spaceAfter | The space between this column and the next column, in points. |
| Type | Description |
|---|---|
| TextColumn | The newly created TextColumn. |