Search Results for

    Show / Hide Table of Contents

    Class TableBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseObjectBuilder
    SheetElementBuilder
    ConnectableElementBuilder
    AnnotationBuilder
    TableBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    AnnotationBuilder.BoundaryDisplay
    AnnotationBuilder.BoundaryType
    AnnotationBuilder.FormattedStringBuilder
    AnnotationBuilder.Text
    AnnotationBuilder.TextStyleBuilder
    AnnotationBuilder.TextType
    ConnectableElementBuilder.GetAllPorts()
    ConnectableElementBuilder.GetPorts(Direction)
    SheetElementBuilder.GetMinNodeSize(Double[])
    SheetElementBuilder.SetMinNodeSize(Double[])
    SheetElementBuilder.GetAllowedTransformations(Boolean, Boolean, Boolean, Boolean)
    SheetElementBuilder.SetOwningSheet(Sheet)
    SheetElementBuilder.Height
    SheetElementBuilder.HeightPolicy
    SheetElementBuilder.Internal
    SheetElementBuilder.Label
    SheetElementBuilder.LabelName
    SheetElementBuilder.Location
    SheetElementBuilder.LocationStyle
    SheetElementBuilder.MirrorX
    SheetElementBuilder.MirrorY
    SheetElementBuilder.Owner
    SheetElementBuilder.OwningSheet
    SheetElementBuilder.ResizeOption
    SheetElementBuilder.Rotation
    SheetElementBuilder.SourceElement
    SheetElementBuilder.UpToDate
    SheetElementBuilder.Visible
    SheetElementBuilder.Width
    SheetElementBuilder.WidthPolicy
    SheetElementBuilder.X
    SheetElementBuilder.Y
    SheetElementBuilder.ZDepth
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Diagramming.Tables
    Assembly: NXOpen.dll
    Syntax
    public class TableBuilder : AnnotationBuilder, IMessageSink, IComponentBuilder

    Constructors

    TableBuilder()

    Declaration
    protected TableBuilder()

    Properties

    BottomBorder

    Declaration
    public RenderingPropertiesBuilder BottomBorder { get; }
    Property Value
    Type Description
    RenderingPropertiesBuilder

    CellSettingsBuilder

    Declaration
    public CellSettingsBuilder CellSettingsBuilder { get; }
    Property Value
    Type Description
    CellSettingsBuilder

    ContinuationDataBuilder

    Declaration
    public ContinuationDataBuilder ContinuationDataBuilder { get; }
    Property Value
    Type Description
    ContinuationDataBuilder

    DefaultBottomBorder

    Declaration
    public RenderingPropertiesBuilder DefaultBottomBorder { get; }
    Property Value
    Type Description
    RenderingPropertiesBuilder

    DefaultRightBorder

    Declaration
    public RenderingPropertiesBuilder DefaultRightBorder { get; }
    Property Value
    Type Description
    RenderingPropertiesBuilder

    InitialColumnWidth

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

    LeftBorder

    Declaration
    public RenderingPropertiesBuilder LeftBorder { get; }
    Property Value
    Type Description
    RenderingPropertiesBuilder

    Locked

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

    RightBorder

    Declaration
    public RenderingPropertiesBuilder RightBorder { get; }
    Property Value
    Type Description
    RenderingPropertiesBuilder

    TableSettingsBuilder

    Declaration
    public TableSettingsBuilder TableSettingsBuilder { get; }
    Property Value
    Type Description
    TableSettingsBuilder

    TopBorder

    Declaration
    public RenderingPropertiesBuilder TopBorder { get; }
    Property Value
    Type Description
    RenderingPropertiesBuilder

    Methods

    GetCell(Int32, Int32)

    Declaration
    public CellBuilder GetCell(int rowIndex, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 columnIndex
    Returns
    Type Description
    CellBuilder

    GetColumn(Int32)

    Declaration
    public ColumnBuilder GetColumn(int columnIndex)
    Parameters
    Type Name Description
    System.Int32 columnIndex
    Returns
    Type Description
    ColumnBuilder

    GetFillColor(out NXColor, out Double)

    Declaration
    public void GetFillColor(out NXColor color, out double opacity)
    Parameters
    Type Name Description
    NXColor color
    System.Double opacity

    GetHeader(Int32)

    Declaration
    public CellRangeBuilder GetHeader(int headerIndex)
    Parameters
    Type Name Description
    System.Int32 headerIndex
    Returns
    Type Description
    CellRangeBuilder

    GetHeaderCell(Int32, Int32)

    Declaration
    public CellBuilder GetHeaderCell(int rowIndex, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 columnIndex
    Returns
    Type Description
    CellBuilder

    GetNumberOfColumns()

    Declaration
    public int GetNumberOfColumns()
    Returns
    Type Description
    System.Int32

    GetNumberOfHeaders()

    Declaration
    public int GetNumberOfHeaders()
    Returns
    Type Description
    System.Int32

    GetNumberOfRows()

    Declaration
    public int GetNumberOfRows()
    Returns
    Type Description
    System.Int32

    GetRow(Int32)

    Declaration
    public RowBuilder GetRow(int rowIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    Returns
    Type Description
    RowBuilder

    Inherit(TableBuilder.InheritOption, Annotation)

    Declaration
    public void Inherit(TableBuilder.InheritOption inheritOption, Annotation annotation)
    Parameters
    Type Name Description
    TableBuilder.InheritOption inheritOption
    Annotation annotation

    InsertColumns(Int32, Int32)

    Declaration
    public void InsertColumns(int columnIndex, int numColumns)
    Parameters
    Type Name Description
    System.Int32 columnIndex
    System.Int32 numColumns

    InsertHeaders(Int32, Int32)

    Declaration
    public void InsertHeaders(int headerIndex, int numHeaders)
    Parameters
    Type Name Description
    System.Int32 headerIndex
    System.Int32 numHeaders

    InsertRows(Int32, Int32)

    Declaration
    public void InsertRows(int rowIndex, int numRows)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 numRows

    MergeCells(Int32, Int32, Int32, Int32)

    Declaration
    public void MergeCells(int topRow, int leftColumn, int bottomRow, int rightColumn)
    Parameters
    Type Name Description
    System.Int32 topRow
    System.Int32 leftColumn
    System.Int32 bottomRow
    System.Int32 rightColumn

    MergeHeaderCells(Int32, Int32, Int32, Int32)

    Declaration
    public void MergeHeaderCells(int topRow, int leftColumn, int bottomRow, int rightColumn)
    Parameters
    Type Name Description
    System.Int32 topRow
    System.Int32 leftColumn
    System.Int32 bottomRow
    System.Int32 rightColumn

    RemoveColumns(Int32, Int32)

    Declaration
    public void RemoveColumns(int columnIndex, int numColumns)
    Parameters
    Type Name Description
    System.Int32 columnIndex
    System.Int32 numColumns

    RemoveHeaders(Int32, Int32)

    Declaration
    public void RemoveHeaders(int headerIndex, int numHeaders)
    Parameters
    Type Name Description
    System.Int32 headerIndex
    System.Int32 numHeaders

    RemoveRows(Int32, Int32)

    Declaration
    public void RemoveRows(int rowIndex, int numRows)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 numRows

    SetFillColor(NXColor, Double)

    Declaration
    public void SetFillColor(NXColor color, double opacity)
    Parameters
    Type Name Description
    NXColor color
    System.Double opacity

    UnMergeCell(Int32, Int32)

    Declaration
    public void UnMergeCell(int rowIndex, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 columnIndex

    UnMergeHeaderCell(Int32, Int32)

    Declaration
    public void UnMergeHeaderCell(int rowIndex, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 columnIndex

    Implements

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