C1.Silverlight.RichTextBox.5
C1Table Class Members
Fields  Properties  Methods  Events

The following tables list the members exposed by C1Table.

Public Constructors
 NameDescription
Public ConstructorC1Table ConstructorInitializes a new C1Table.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)BorderCollapsePropertyIdentifies the BorderCollapse style property.  
Public Fieldstatic (Shared in Visual Basic)BorderSpacingPropertyIdentifies the BorderSpacing style property.  
Public Fieldstatic (Shared in Visual Basic)ColumnsPropertyIdentifies the Columns style property.  
Top
Public Properties
 NameDescription
Public PropertyBackgroundGets or sets the System.Windows.Media.Brush used to fill the background of the content area. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyBorderBrushGets or sets the System.Windows.Media.Brush used to fill the border of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyBorderCollapseGets or sets whether adjacent cell borders are collapsed into one border.  
Public PropertyBorderSpacingGets or sets the amount of spacing between cells in a table.  
Public PropertyBorderThicknessGets or sets the border thickness of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyChildrenGet all children of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyColumnsGets a collection that contains the columns hosted by the table.  
Public PropertyContentEndGets the C1TextPointer at the end of this text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyContentRangeGets the C1TextRange of this element's content. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyContentStartGets the C1TextPointer at the start of this text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyCornerRadiusGets or sets the corner radius for the border of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyCursorGets or sets the C1TextElement.Cursor displayed when the mouse is over this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyEndTagReturns the C1TextElement.EndTag of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyFontFamilyGets or sets the preferred font family for the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyFontSizeGets or sets the font size for the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyFontStyleGets or sets the font style for the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyFontWeightGets or sets the font weight for the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyForegroundGets or sets the System.Windows.Media.Brush to apply to the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyHeightGets or sets the height of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyIdGets or sets an identifier for this text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyIndexGet the index of this C1TextElement in its parent C1TextElement.Children collection. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyIsCollapsedReturns whether this element is collapsed, that is, if its C1TextElement.Visibility, or that of one of its parents, is C1Visibility.Collapsed. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyIsEditableGets or sets whether the content of this element are editable in a C1.Silverlight.RichTextBox.C1RichTextBox. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyIsLeafReturns whether this element is a leaf in the document tree. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyIsRootReturns whether this element is the root of its tree. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyLineHeightGets or sets a number that is multiplied by the computed height of a line to obtain the final height. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyMarginGets or sets the margin of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyMaxHeightGets or sets the max-height of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyMaxWidthGets or sets the max-width of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyMinHeightGets or sets the min-height of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyMinWidthGets or sets the min-width of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyNameGets or sets the name for this text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyNextSiblingGets the next sibling of this element, or null if this is the last child. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyPaddingGets or sets the padding of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyPageBreakAfterGets or sets a PageBreak value indicating when a page break is inserted after this C1Block. (Inherited from C1.Silverlight.RichTextBox.Documents.C1Block)
Public PropertyPageBreakBeforeGets or sets a PageBreak value indicating when a page break is inserted before this C1Block. (Inherited from C1.Silverlight.RichTextBox.Documents.C1Block)
Public PropertyParentGets the parent of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyPreviousSiblingGets the previous sibling of this element, or null if this is the first child. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyRootReturns the root element of this element's tree. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyRowGroupsGets the collection of C1TableRowGroup in the C1Table.  
Public PropertyStartTagReturns the C1TextElement.StartTag of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyStyleReturns the style values for this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyTextAlignmentGets or sets the horizontal alignment of text content. (Inherited from C1.Silverlight.RichTextBox.Documents.C1Block)
Public PropertyTextDecorationsGets or sets a collection of text decorations to apply to the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyTextEffectGets or sets the System.Windows.Media.Effects.Effect applied to the text of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyTextIndentGets or sets the indentation, in pixels, of the first line of text in a block. (Inherited from C1.Silverlight.RichTextBox.Documents.C1Block)
Public PropertyToolTipGets or sets the System.Windows.Controls.ToolTip displayed when the mouse is over this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyVerticalAlignmentGets or sets a value indicating how elements are aligned in a line. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyVisibilityGets or sets the visibility of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public PropertyWidthGets or sets the width of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Top
Public Methods
 NameDescription
Public MethodClearValueClears the value of style property in this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodCloneReturns a deep copy of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodCreateNewElementCreates a new C1TextElement with the same type as this. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodEnumerateEnumerates the elements in the document in the specified direction. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodEnumerateSubtreeEnumerates all elements in the sub tree where this element is root. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodGetParentsReturns the list of parents from the root. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodGetValue<T>Returns the value of a style property for this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodGroupGroups some of this C1TextElement children, all children in the specified range are added to the new parent, and the parent is inserted at the range start. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodIsValidChildOverridden.   
Public MethodJoinSiblingJoins this element with its next sibling. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodRemoveOverloaded. Removes a range of children in this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodSetValue<T>Sets the value of a style property of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodShallowCloneReturns a shallow copy of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodSplitOverloaded. Splits this C1TextElement at the specified offset into two elements of the same type with the same style properties. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public MethodUnGroupUngroups this C1TextElement, that is, this C1TextElement is removed, and all its children are added to its parent. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Top
Public Events
 NameDescription
Public EventChildrenChangedFires when the children collection of this C1TextElement changes. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public EventTextChangedFires after a text change occurs in the sub tree where this element is root. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Public EventTextChangingFires before a text change occurs in the sub tree where this element is root. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement)
Top
See Also

Reference

C1Table Class
C1.Silverlight.RichTextBox.Documents Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.