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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class TextWatermark : WatermarkBase
Public Class TextWatermark
	Inherits WatermarkBase
public ref class TextWatermark : public WatermarkBase
type TextWatermark =  
    class
        inherit WatermarkBase
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TextWatermark()()()()
Initializes a new instance of the TextWatermark class.
TextWatermark(String)
Initializes a new instance of the TextWatermark class.
TextWatermark(String, String, Int32, WatermarkLayout)
Initializes a new instance of the TextWatermark class.
ApplyCharacterFormat(CharacterFormat)
Sets the character format.
(Inherited from ParagraphBase.)
ApplyStyle(String) (Inherited from ParagraphBase.)
CharacterFormat
Gets the character format.
(Inherited from ParagraphBase.)
ChildObjects
Gets the child objects of the entity.
(Inherited from ParagraphBase.)
Clone()()()() (Inherited from DocumentObject.)
CloneImpl()()()() (Overrides WatermarkBase..::..CloneImpl()()()().)
Color
Gets or sets text watermark color.
CreateLayoutInfo()()()() (Inherited from WatermarkBase.)
DeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
(Inherited from ParagraphBase.)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType
Gets the type of the document object.
(Inherited from WatermarkBase.)
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.)
FontName
Gets or sets watermark text's font name.
FontSize
Gets or sets text watermark size.
GetAncestor(DocumentObjectType) (Inherited from ParagraphBase.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNextWidgetSibling()()()() (Inherited from ParagraphBase.)
GetPreviousWidgetSibling()()()() (Inherited from ParagraphBase.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
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.)
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.)
Layout
Gets or sets layout for Text watermark.
m_charFormat (Inherited from ParagraphBase.)
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
mShapeObject (Inherited from WatermarkBase.)
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.)
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Overrides WatermarkBase..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
Semitransparent
Gets or sets semitransparent property for Text watermark.
StyleName
Gets the style name.
(Inherited from ParagraphBase.)
Text
Gets or sets watermark text
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.)
Type
Gets the watermark type.
(Inherited from WatermarkBase.)
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides WatermarkBase..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also