Search Results for

    Show / Hide Table of Contents

    Class CellBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseTaggedObjectBuilder
    CellBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    BaseTaggedObjectBuilder.Validate()
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Diagramming.Tables
    Assembly: NXOpen.dll
    Syntax
    public class CellBuilder : BaseTaggedObjectBuilder, IMessageSink, IComponentBuilder

    Constructors

    CellBuilder()

    Declaration
    protected CellBuilder()

    Properties

    BottomBorder

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

    FormattedStringBuilder

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

    LeftBorder

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

    Locked

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

    Padding

    Declaration
    public double Padding { get; set; }
    Property Value
    Type Description
    double

    RightBorder

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

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    TopBorder

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

    Methods

    DeleteCellSettings()

    Declaration
    public void DeleteCellSettings()

    DeleteContent()

    Declaration
    public void DeleteContent()

    GetCellSettings()

    Declaration
    public CellSettingsBuilder GetCellSettings()
    Returns
    Type Description
    CellSettingsBuilder

    GetContent()

    Declaration
    public SizedSymbol[] GetContent()
    Returns
    Type Description
    SizedSymbol[]

    Inherit(InheritOption, TaggedObject)

    Declaration
    public void Inherit(CellBuilder.InheritOption inheritOption, TaggedObject elementToInheritFrom)
    Parameters
    Type Name Description
    CellBuilder.InheritOption inheritOption
    TaggedObject elementToInheritFrom

    SetContent(SizedSymbol[])

    Declaration
    public void SetContent(SizedSymbol[] symbols)
    Parameters
    Type Name Description
    SizedSymbol[] symbols

    SetImageFileLocation(string)

    Declaration
    public void SetImageFileLocation(string fileName)
    Parameters
    Type Name Description
    string fileName

    SetSVG(string, double, double)

    Declaration
    public void SetSVG(string strValue, double width, double height)
    Parameters
    Type Name Description
    string strValue
    double width
    double height

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX