Namespace: Spire.Doc.Fields.Shape
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public abstract class ShapeBase : ParagraphBase, 
	[T:sprᶟ]
Public MustInherit Class ShapeBase
	Inherits ParagraphBase
	Implements [T:sprᶟ]
public ref class ShapeBase abstract : public ParagraphBase, 
	[T:sprᶟ]
[<AbstractClassAttribute>]
type ShapeBase =  
    class
        inherit ParagraphBase
        interface [T:sprᶟ]
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AllowOverlap
ApplyCharacterFormat(CharacterFormat)
Sets the character format.
(Inherited from ParagraphBase.)
ApplyStyle(String) (Inherited from ParagraphBase.)
BehindText
Bottom
CharacterFormat
Gets the character format.
(Inherited from ParagraphBase.)
ChildObjects (Overrides ParagraphBase..::..ChildObjects.)
Clone()()()() (Inherited from DocumentObject.)
CloneImpl()()()() (Overrides ParagraphBase..::..CloneImpl()()()().)
CreateLayoutInfo()()()() (Overrides DocumentBase..::..CreateLayoutInfo()()()().)
DeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
(Inherited from ParagraphBase.)
DistanceBottom
DistanceLeft
DistanceRight
DistanceTop
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType (Overrides DocumentObject..::..DocumentObjectType.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstChild (Inherited from DocumentObject.)
GetAncestor(DocumentObjectType) (Inherited from ParagraphBase.)
GetDirectShapeAttribute(Int32)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInheritedShapeAttribute(Int32)
GetNextWidgetSibling()()()() (Inherited from ParagraphBase.)
GetPreviousWidgetSibling()()()() (Inherited from ParagraphBase.)
GetShapeAttribute(Int32)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasKey(Int32)
Height
Hidden
Gets or sets the flag the specifies whether the shape is visible in the document or not.
HorizontalAlignment
HorizontalOrigin
HorizontalPosition
InitXDLSHolder()()()() (Inherited from DocumentSerializable.)
InsertRevision
Gets the insert revision for this objects. Note this can be null. If null does not have insert revision.
(Inherited from ParagraphBase.)
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
IsDeleteRevision
Gets or set a value indicating whether this item was deleted from the document, when "Track Changes" is or was set to "true".
(Inherited from ParagraphBase.)
IsImage
IsInsertRevision
Gets a value indicating whether this item was inserted to the document, when "Track Changes" is or was set to "true".
(Inherited from ParagraphBase.)
LastChild (Inherited from DocumentObject.)
LocalToParent(PointF)
m_charFormat (Inherited from ParagraphBase.)
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Owner
Gets the owner of this entity.
(Inherited from DocumentObject.)
OwnerParagraph
Gets owner paragraph.
(Inherited from ParagraphBase.)
ParentParagraph
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from DocumentSerializable.)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RemoveShapeAttribute(Int32)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
Right
Rotation
SetShapeAttr(Int32, Object)
SetShapeAttribute(Int32, Object)
SetShapeType(ShapeType)
ShapeType
Size
StyleName
Gets the style name.
(Inherited from ParagraphBase.)
TextWrappingStyle
TextWrappingType
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
VerticalAlignment
VerticalOrigin
VerticalPosition
Width
WriteXmlAttributes(IXDLSAttributeWriter) (Inherited from DocumentSerializable.)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)
ZOrder

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..OwnerHolder
    Spire.Doc.Documents.XML..::..DocumentSerializable
      Spire.Doc..::..DocumentObject
        Spire.Doc..::..DocumentBase
          Spire.Doc.Fields..::..ParagraphBase
            Spire.Doc.Fields.Shape..::..ShapeBase
              Spire.Doc.Fields..::..ShapeObject

See Also