TdxPageFooter Members
Provides access to the footer property.Properties
| Name | Description |
|---|---|
| Background | Specifies a report’s background. Inherited from TdxPrinterPageObject. |
| CenterTextAlignY | Specifies the way the image and text is vertically aligned in the title’s central section. Inherited from TCustomdxPageObject. |
| CenterTitle | Specifies the central title image and text. Inherited from TCustomdxPageObject. |
| Font | Specifies the font of the text. Inherited from TCustomdxPageObject. |
| LeftTextAlignY | Specifies vertical alignment of the image and text located in the left part of either the header or footer. Inherited from TCustomdxPageObject. |
| LeftTitle | Specifies the image and text located in the left corner of the header. Inherited from TCustomdxPageObject. |
| Page | Returns information about the printer pages settings. Inherited from TdxPrinterPageObject. |
| RightTextAlignY | Specifies vertical alignment of the image and text located in the right corner of either the header or footer. Inherited from TCustomdxPageObject. |
| RightTitle | Specifies the image and text located in the right corner of the title. Inherited from TCustomdxPageObject. |
| TextAlignY | Specifies the image and text vertical alignment. Inherited from TCustomdxPageObject. |
| Titles | Specifies titles for printing page. Inherited from TCustomdxPageObject. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Disables all TdxBaseObject operations. Inherited from TdxBaseObject. |
| CancelUpdate | Enables operations for the current TdxBaseObject object. Inherited from TdxBaseObject. |
| Clone | Creates a new TdxBaseObject instance. Inherited from TdxBaseObject. |
| DefaultFont | Inherited from TCustomdxPageObject. |
| EndUpdate | Enables TdxBaseObject operations. Inherited from TdxBaseObject. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| IsEmpty | Inherited from TdxBaseObject. |
| IsEqual(TdxBaseObject) | Determines whether the specified object is of the TdxBaseObject type. Inherited from TdxBaseObject. |
| LoadFromFile(string) | Loads TdxBaseObject contents from a file. Inherited from TdxBaseObject. |
| LoadFromStream(TStream) | Loads data form a stream into the TdxBaseObject object. Inherited from TdxBaseObject. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| RestoreDefaults | Inherited from TdxBaseObject. |
| SaveToFile(string) | Saves the TdxBaseObject contents to a file. Inherited from TdxBaseObject. |
| SaveToStream(TStream) | Saves TdxBaseObject contents to a stream. Inherited from TdxBaseObject. |
| ToString | Inherited from TObject. |
See Also