Class CellBuilder
Inheritance
System.Object
System.MarshalByRefObject
CellBuilder
Inherited Members
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 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 |
---|---|
System.Boolean |
RightBorder
Declaration
public RenderingPropertiesBuilder RightBorder { get; set; }
Property Value
Type | Description |
---|---|
RenderingPropertiesBuilder |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TopBorder
Declaration
public RenderingPropertiesBuilder TopBorder { get; set; }
Property Value
Type | Description |
---|---|
RenderingPropertiesBuilder |
Methods
DeleteContent()
Declaration
public void DeleteContent()
GetCellSettings()
Declaration
public CellSettingsBuilder GetCellSettings()
Returns
Type | Description |
---|---|
CellSettingsBuilder |
GetContent()
Declaration
public SizedSymbol[] GetContent()
Returns
Type | Description |
---|---|
SizedSymbol[] |
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 |
---|---|---|
System.String | fileName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink