Class IfcTextStyleTextModel
Inheritance
System.Object
IfcTextStyleTextModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcTextStyleTextModel", 581)]
public class IfcTextStyleTextModel : PersistEntity, INotifyPropertyChanged, IIfcTextStyleTextModel, IIfcPresentationItem, IInstantiableEntity, IIfcTextStyleTextModel, IfcTextStyleSelect, IIfcTextStyleSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTextStyleTextModel>
Properties
|
Improve this Doc
View Source
LetterSpacing
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcSizeSelect LetterSpacing { get; set; }
Property Value
|
Improve this Doc
View Source
LineHeight
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcSizeSelect LineHeight { get; set; }
Property Value
|
Improve this Doc
View Source
TextAlign
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcTextAlignment? TextAlign { get; set; }
Property Value
|
Improve this Doc
View Source
TextDecoration
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcTextDecoration? TextDecoration { get; set; }
Property Value
|
Improve this Doc
View Source
TextIndent
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcSizeSelect TextIndent { get; set; }
Property Value
|
Improve this Doc
View Source
TextTransform
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcTextTransformation? TextTransform { get; set; }
Property Value
|
Improve this Doc
View Source
WordSpacing
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcSizeSelect WordSpacing { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTextStyleTextModel)
Declaration
public bool Equals(IfcTextStyleTextModel other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcTextStyleTextModel.LetterSpacing
Declaration
IIfcSizeSelect IIfcTextStyleTextModel.LetterSpacing { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.LineHeight
Declaration
IIfcSizeSelect IIfcTextStyleTextModel.LineHeight { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.TextAlign
Declaration
IfcTextAlignment? IIfcTextStyleTextModel.TextAlign { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.TextDecoration
Declaration
IfcTextDecoration? IIfcTextStyleTextModel.TextDecoration { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.TextIndent
Declaration
IIfcSizeSelect IIfcTextStyleTextModel.TextIndent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.TextTransform
Declaration
IfcTextTransformation? IIfcTextStyleTextModel.TextTransform { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.WordSpacing
Declaration
IIfcSizeSelect IIfcTextStyleTextModel.WordSpacing { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.LetterSpacing
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 4)]
IIfcSizeSelect IIfcTextStyleTextModel.LetterSpacing { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.LineHeight
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 7)]
IIfcSizeSelect IIfcTextStyleTextModel.LineHeight { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.TextAlign
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 2)]
IfcTextAlignment? IIfcTextStyleTextModel.TextAlign { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.TextDecoration
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 3)]
IfcTextDecoration? IIfcTextStyleTextModel.TextDecoration { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.TextIndent
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 1)]
IIfcSizeSelect IIfcTextStyleTextModel.TextIndent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.TextTransform
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 6)]
IfcTextTransformation? IIfcTextStyleTextModel.TextTransform { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTextStyleTextModel.WordSpacing
Declaration
[CrossSchemaAttribute(typeof(IIfcTextStyleTextModel), 5)]
IIfcSizeSelect IIfcTextStyleTextModel.WordSpacing { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>