API Reference
TableStyles
Friendly presets for common table appearances.
Inheritance
- Object
- TableStyles
Methods
public static PdfTableStyle Compact() #PdfTableStyleCompact preset: dense list-style table rhythm for notes, narrow reports, and space-constrained exports.
public static PdfTableStyle FromWordTableStyle(String styleName) #PdfTableStyleCreates a PDF table style from a Word table style name supported by OfficeIMO.Pdf.
Parameters
- styleName System.String
public static String GetCanonicalWordStyleName(String styleName) #StringReturns the canonical Word table style name for a supported style name or alias.
Parameters
- styleName System.String
public static PdfTableStyle GridTable1Light() #PdfTableStyleWord-like Grid Table 1 Light preset: a light neutral grid with a slightly stronger header separator.
public static PdfTableStyle Light() #PdfTableStyleLight preset: report-friendly header fill, soft grid, comfortable padding, and gentle row striping.
public static PdfTableStyle ListTable1Light() #PdfTableStyleWord-like List Table 1 Light preset: no full grid, a strong header separator, and soft row separators.
public static PdfTableStyle Minimal() #PdfTableStyleMinimal preset: grid only with no header or row fills.
public static PdfTableStyle PlainTable1() #PdfTableStyleWord-like Plain Table 1 preset: text-only table flow with no visible grid or shading.
public static PdfTableStyle Report() #PdfTableStyleReport preset: stronger header hierarchy, calm blue row striping, and automatic column fitting for polished summaries.
public static PdfTableStyle RightAlignedNumbers() #PdfTableStyleLight preset with automatic right alignment for numeric-looking values.
public static PdfTableStyle TableGrid() #PdfTableStyleWord-like Table Grid preset: a plain automatic-color grid with no shading.
public static PdfTableStyle TableGridLight() #PdfTableStyleWord-like Table Grid Light preset: a light neutral grid matching Word's built-in Grid Table Light style.
public static PdfTableStyle TechnicalDocument() #PdfTableStyleTechnical-document preset: compact readable rows, dark header fill, soft borders, and automatic column fitting for specifications and READMEs.
public static Boolean TryFromWordTableStyle(String styleName, out PdfTableStyle style) #BooleanTries to create a PDF table style from a Word table style name supported by OfficeIMO.Pdf.
Parameters
- styleName System.String
- style OfficeIMO.Pdf.PdfTableStyle@
public static Boolean TryGetCanonicalWordStyleName(String styleName, out String canonicalStyleName) #BooleanTries to return the canonical Word table style name for a supported style name or alias.
Parameters
- styleName System.String
- canonicalStyleName System.String@