[]
Represents the page cell.
public class PageCell : IDisposable, IComparable
| Name | Description |
|---|---|
| PageCell() | Initializes an instance of class PageCell. |
| Name | Description |
|---|---|
| Align | Gets or sets the alignment of the cell. |
| Attributes | Gets or sets the attributes of the parent table of the cells. |
| Bounds | Gets the bounds of the cell. |
| ColSpan | Gets or sets the column span of the cell. |
| Height | Gets or sets the height of the cell. |
| Padding | Gets or sets the padding of the cell. |
| Page | Gets the parent page of this cell. |
| RowSpan | Gets or sets the row span of the cell. |
| Site | Gets the cell site. |
| TagName | Gets the tag of the cell. |
| VAlign | Gets or sets the vertical alignment of the cell. |
| Width | Gets or sets the width of the cell. |
| Name | Description |
|---|---|
| Clone() | Performs a cloning of this instance. |
| Delete(DeviceInfo) | Deletes a cell from the parent row. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. |
| Dispose(bool) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. |
| SetResource(Page) | Sets resource from existing page. |
| SetResource(DrawCanvas) | Sets resource from canvas. |
| SplitHorizontally(DeviceInfo, int) | Splits cells horizontally. |
| SplitVertically(DeviceInfo, int) | Splits cells vertically. |
| ToString() | Returns a string that represents the current object. |
| Name | Description |
|---|---|
| PropertyChanged | An event that occurs when a property is changed. |