public final class PdfConverter extends Object
Modifier and Type | Method and Description |
---|---|
static com.aspose.htmlold.model.IStyle |
getStyle(Text text,
com.aspose.htmlold.model.IStyle style) |
static TextInfo |
getTextInfo(com.aspose.htmlold.model.IStyle style,
TextInfo textInfo,
IFontUriResolver fontMap) |
static BorderInfo |
toBorderInfo(com.aspose.htmlold.model.IStyle style,
BorderInfo border) |
static int |
toPdfAligmentType(int alignType) |
static int |
toPdfAligmentType(String htmlAlignAttributeValue,
int defaultAlignType,
boolean[] parseSuccessful) |
static Color |
toPdfColor(com.aspose.ms.System.Drawing.Color color) |
static Color |
toPdfColor(String colorAsString,
com.aspose.ms.System.Drawing.Color defaultColor,
boolean[] parseSuccessful) |
static int |
toPdfTextAlignType(int alignType) |
static int |
toPdfVerticalAlignmentType(int alignType) |
static int |
toPdfVerticalAlignmentType(String htmlAlignAttributeValue,
int defaultAlignType,
boolean[] parseSuccessful) |
static com.aspose.ms.System.Drawing.Color |
toSystemColor(String colorAsString,
com.aspose.ms.System.Drawing.Color defaultColor,
boolean[] parseSuccessful) |
public static TextInfo getTextInfo(com.aspose.htmlold.model.IStyle style, TextInfo textInfo, IFontUriResolver fontMap)
public static com.aspose.htmlold.model.IStyle getStyle(Text text, com.aspose.htmlold.model.IStyle style)
public static int toPdfAligmentType(String htmlAlignAttributeValue, int defaultAlignType, boolean[] parseSuccessful)
public static int toPdfAligmentType(int alignType)
public static int toPdfTextAlignType(int alignType)
public static int toPdfVerticalAlignmentType(int alignType)
public static int toPdfVerticalAlignmentType(String htmlAlignAttributeValue, int defaultAlignType, boolean[] parseSuccessful)
public static com.aspose.ms.System.Drawing.Color toSystemColor(String colorAsString, com.aspose.ms.System.Drawing.Color defaultColor, boolean[] parseSuccessful)
public static BorderInfo toBorderInfo(com.aspose.htmlold.model.IStyle style, BorderInfo border)
public static Color toPdfColor(com.aspose.ms.System.Drawing.Color color)
Copyright © 2016 Aspose. All Rights Reserved.