Search Results for

    Show / Hide Table of Contents

    Class TableSectionStyleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TableSectionStyleBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class TableSectionStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    TableSectionStyleBuilder()

    Declaration
    protected TableSectionStyleBuilder()

    Properties

    AlignmentPosition

    Declaration
    public TableSectionStyleBuilder.AlignmentPositionType AlignmentPosition { get; set; }
    Property Value
    Type Description
    TableSectionStyleBuilder.AlignmentPositionType

    ApplyToAllSections

    Declaration
    public bool ApplyToAllSections { get; set; }
    Property Value
    Type Description
    System.Boolean

    BorderOffset

    Declaration
    public double BorderOffset { get; set; }
    Property Value
    Type Description
    System.Double

    ContinuationNote

    Declaration
    public string ContinuationNote { get; set; }
    Property Value
    Type Description
    System.String

    ContinuationProperty

    Declaration
    public TableSectionStyleBuilder.ContinuationPropertyType ContinuationProperty { get; set; }
    Property Value
    Type Description
    TableSectionStyleBuilder.ContinuationPropertyType

    ContinuationSpacing

    Declaration
    public double ContinuationSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    DisplayContinuationNote

    Declaration
    public TableSectionStyleBuilder.DisplayContinuationNoteType DisplayContinuationNote { get; set; }
    Property Value
    Type Description
    TableSectionStyleBuilder.DisplayContinuationNoteType

    DoubleBorder

    Declaration
    public bool DoubleBorder { get; set; }
    Property Value
    Type Description
    System.Boolean

    HeaderLocation

    Declaration
    public TableSectionStyleBuilder.LocationOfHeader HeaderLocation { get; set; }
    Property Value
    Type Description
    TableSectionStyleBuilder.LocationOfHeader

    MaximumHeight

    Declaration
    public double MaximumHeight { get; set; }
    Property Value
    Type Description
    System.Double

    RowHeight

    Declaration
    public double RowHeight { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX