Represents base class for lists.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public abstract class PdfListBase : PdfLayoutWidget
Public MustInherit Class PdfListBase
	Inherits PdfLayoutWidget
public ref class PdfListBase abstract : public PdfLayoutWidget
[<AbstractClassAttribute>]
type PdfListBase =  
    class
        inherit PdfLayoutWidget
    end

Members

               
 All Members  Fields   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BeginItemLayout
Event that rises when item begin layout.
BeginPageLayout
Event. Raises before the element should be printed on the page.
(Inherited from PdfLayoutWidget.)
Brush
Gets or sets list brush.
c_splitChars
CreateItems(String)
Draw(PdfCanvas)
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.)
Draw(PdfCanvas, PointF)
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.)
Draw(PdfPageBase, PointF)
Draws the element on the page.
(Inherited from PdfLayoutWidget.)
Draw(PdfPageBase, RectangleF)
Draws the element on the page.
(Inherited from PdfLayoutWidget.)
Draw(PdfCanvas, Single, Single)
Draws an list on the Graphics.
(Overrides PdfGraphicsWidget..::..Draw(PdfCanvas, Single, Single).)
Draw(PdfPageBase, PointF, PdfTextLayout)
Draws the element on the page.
(Inherited from PdfLayoutWidget.)
Draw(PdfPageBase, RectangleF, PdfTextLayout)
Draws the element on the page.
(Inherited from PdfLayoutWidget.)
Draw(PdfPageBase, RectangleF, Boolean)
Draws the element on the page.
(Inherited from PdfLayoutWidget.)
Draw(PdfPageBase, Single, Single)
Draws the element on the page.
(Inherited from PdfLayoutWidget.)
Draw(PdfPageBase, Single, Single, PdfTextLayout)
Draws the element on the page.
(Inherited from PdfLayoutWidget.)
DrawInternal(PdfCanvas) (Overrides PdfGraphicsWidget..::..DrawInternal(PdfCanvas).)
EndItemLayout
Event that rises when item end layout.
EndPageLayout
Event. Raises after the element was printed on the page.
(Inherited from PdfLayoutWidget.)
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.)
Font
Gets or sets the list font.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Indent
Gets or sets tabulation for the list.
Items
Gets items of the list.
Layout(HtmlToPdfLayoutParams) (Inherited from PdfLayoutWidget.)
Layout(PdfLayoutParams) (Overrides PdfLayoutWidget..::..Layout(PdfLayoutParams).)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Pen
Gets or sets list pen.
StringFormat
Gets or sets the format of the list.
TextIndent
Gets or sets the indent from the marker to the list item text.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

See Also