CadStyleTableObject Class

The Cad style table object.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.Cad.CadObjectsCadBase
    Aspose.CAD.FileFormats.Cad.CadObjectsCadBaseOwned
      Aspose.CAD.FileFormats.Cad.CadTablesCadStyleTableObject

Namespace:  Aspose.CAD.FileFormats.Cad.CadTables
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class CadStyleTableObject : CadBaseOwned

The CadStyleTableObject type exposes the following members.

Constructors
  NameDescription
Public methodCadStyleTableObject
Initializes a new instance of the CadStyleTableObject class. Prevents a default instance of the CadStyleTableObject class from being created.
Properties
  NameDescription
Public propertyApplicationCodesContainer
Gets or sets the application defined codes container.
(Inherited from CadBase.)
Public propertyAttribute102Values
Gets or sets the attribute102 values.
(Inherited from CadBase.)
Public propertyAttributes
Gets or sets the attributes.
(Inherited from CadBase.)
Public propertyBigFontName
Gets or sets the big font name.
Public propertyDxfDataFormat
Gets or sets the DXF data format.
(Inherited from CadBase.)
Public propertyEmbeddedObjectsContainer
Gets or sets the embedded objects container.
(Inherited from CadBase.)
Public propertyFixedHeight
Gets or sets the fixed height.
Public propertyHardOwner
Gets or sets the hard owner.
(Inherited from CadBaseOwned.)
Public propertyLastHeight
Gets or sets the last height.
Public propertyObjectHandle
Gets or sets the object handle.
(Inherited from CadBase.)
Public propertyObliqueAngle
Gets or sets the oblique angle.
Public propertyPrimaryFontName
Gets or sets the primary font name.
Public propertyRoundTripTableStyle
Gets or sets the round trip table style.
(Inherited from CadBase.)
Public propertySoftOwner
Gets or sets the soft owner.
(Inherited from CadBaseOwned.)
Public propertyStyleFlag
Gets or sets the style flag.
Public propertyStyleName
Gets or sets the style name.
Public propertyTextGenerationFlag
Gets or sets the text generation flag.
Public propertyWidthFactor
Gets or sets the width factor.
Public propertyXdataContainer
Gets or sets the xdata container.
(Inherited from CadBase.)
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also