Class TScreenFontStyleNode
Unit
Declaration
type TScreenFontStyleNode = class(TAbstractFontStyleNode)
Description
No description available, ancestor TAbstractFontStyleNode description follows
Base node type for all font style nodes.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractFontStyleNode
- TScreenFontStyleNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdFamily: TMFString read FFdFamily; |
![]() |
property FdHorizontal: TSFBool read FFdHorizontal; |
![]() |
property FdJustify: TMFString read FFdJustify; |
![]() |
property FdLanguage: TSFString read FFdLanguage; |
![]() |
property FdLeftToRight: TSFBool read FFdLeftToRight; |
![]() |
property FdPointSize: TSFFloat read FFdPointSize; |
![]() |
property FdSpacing: TSFFloat read FFdSpacing; |
![]() |
property FdStyle: TSFString read FFdStyle; |
![]() |
property FdTopToBottom: TSFBool read FFdTopToBottom; |
![]() |
property Horizontal: Boolean read GetHorizontal write SetHorizontal; |
![]() |
property Language: String read GetLanguage write SetLanguage; |
![]() |
property LeftToRight: Boolean read GetLeftToRight write SetLeftToRight; |
![]() |
property PointSize: Single read GetPointSize write SetPointSize; |
![]() |
property Spacing: Single read GetSpacing write SetSpacing; |
![]() |
property TopToBottom: Boolean read GetTopToBottom write SetTopToBottom; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdFamily: TMFString read FFdFamily; |
![]() |
property FdHorizontal: TSFBool read FFdHorizontal; |
![]() |
property FdJustify: TMFString read FFdJustify; |
![]() |
property FdLanguage: TSFString read FFdLanguage; |
![]() |
property FdLeftToRight: TSFBool read FFdLeftToRight; |
![]() |
property FdPointSize: TSFFloat read FFdPointSize; |
![]() |
property FdSpacing: TSFFloat read FFdSpacing; |
![]() |
property FdStyle: TSFString read FFdStyle; |
![]() |
property FdTopToBottom: TSFBool read FFdTopToBottom; |
![]() |
property Horizontal: Boolean read GetHorizontal write SetHorizontal; |
![]() |
property Language: String read GetLanguage write SetLanguage; |
![]() |
property LeftToRight: Boolean read GetLeftToRight write SetLeftToRight; |
![]() |
property PointSize: Single read GetPointSize write SetPointSize; |
![]() |
property Spacing: Single read GetSpacing write SetSpacing; |
![]() |
property TopToBottom: Boolean read GetTopToBottom write SetTopToBottom; |
Generated by PasDoc 0.16.0.
