API Reference
Class
PdfTabStop
Describes an explicit paragraph tab stop in PDF layout coordinates.
Inheritance
- Object
- PdfTabStop
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfParagraphStyle.AddTabStop
- Property PdfParagraphStyle.TabStops
- Method PdfTabStop.Clone
Constructors
public PdfTabStop(Double position, PdfTabAlignment alignment = Left, PdfTabLeaderStyle leader = None) #Creates a paragraph tab stop at the specified position.
Parameters
- position System.Double
- The tab stop position, in points, relative to the paragraph text frame.
- alignment OfficeIMO.Pdf.PdfTabAlignment = Left
- The alignment applied to the text following the tab character.
- leader OfficeIMO.Pdf.PdfTabLeaderStyle = None
- The leader drawn across the tab gap.