Namespace: BitMiracle.Docotic.Pdf
public class PdfListItem
Public Class PdfListItem
The PdfListItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfListItem(String) |
Initializes a new instance of the PdfListItem class with the
specified text.
|
![]() | PdfListItem(String, String) |
Initializes a new instance of the PdfListItem class with the
specified text and export value.
|
Name | Description | |
---|---|---|
![]() | ExportValue |
Gets the export value of the item.
|
![]() | Text |
Gets the text to be displayed as the name of the item.
|
Name | Description | |
---|---|---|
![]() | Equals |
Tests whether obj is a PdfListItem with
the same text and export value of this PdfListItem.
(Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Gets the hash code for this PdfListItem class.
(Overrides Object.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Converts the item to a human-readable string.
(Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Tests whether two PdfListItem classes have equal text and export values.
|
![]() ![]() | Inequality |
Tests whether two PdfListItem class differ in text or export value.
|