Intersoft ClientUI Documentation
TextElement Class
Members  See Also  Send Feedback
Intersoft.Client.Documents Namespace : TextElement Class






An abstract class used as the base class for the abstract Block and Inline classes.

Object Model

TextElement Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class TextElement 
   Inherits System.Windows.DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As TextElement
C# 
public abstract class TextElement : System.Windows.DependencyObject 
Delphi 
public class TextElement = class(System.Windows.DependencyObject)abstract; 
JScript 
public abstract class TextElement extends System.Windows.DependencyObject
Managed Extensions for C++ 
public __gc abstract class TextElement : public System.Windows.DependencyObject 
C++/CLI 
public ref class TextElement abstract : public System.Windows.DependencyObject 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Documents.TextElement
         Intersoft.Client.Documents.Block
         Intersoft.Client.Documents.Inline
         Intersoft.Client.Documents.ListItem
         Intersoft.Client.Documents.TableCell
         Intersoft.Client.Documents.TableRow
         Intersoft.Client.Documents.TableRowGroup

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.