Interface IIfcTextStyleTextModel
Readonly interface for IfcTextStyleTextModel
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTextStyleTextModel : IIfcPresentationItem, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LetterSpacing
Declaration
IIfcSizeSelect LetterSpacing { get; set; }
Property Value
|
Improve this Doc
View Source
LineHeight
Declaration
IIfcSizeSelect LineHeight { get; set; }
Property Value
|
Improve this Doc
View Source
TextAlign
Declaration
IfcTextAlignment? TextAlign { get; set; }
Property Value
|
Improve this Doc
View Source
TextDecoration
Declaration
IfcTextDecoration? TextDecoration { get; set; }
Property Value
|
Improve this Doc
View Source
TextIndent
Declaration
IIfcSizeSelect TextIndent { get; set; }
Property Value
|
Improve this Doc
View Source
TextTransform
Declaration
IfcTextTransformation? TextTransform { get; set; }
Property Value
|
Improve this Doc
View Source
WordSpacing
Declaration
IIfcSizeSelect WordSpacing { get; set; }
Property Value