Class Html
public class Html : JVMBridgeBase<Html>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Html
- Implements
- Extension Methods
Constructors
Html(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Html(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FROM_HTML_MODE_COMPACT
public static int FROM_HTML_MODE_COMPACT { get; set; }
Property Value
FROM_HTML_MODE_LEGACY
public static int FROM_HTML_MODE_LEGACY { get; set; }
Property Value
FROM_HTML_OPTION_USE_CSS_COLORS
public static int FROM_HTML_OPTION_USE_CSS_COLORS { get; set; }
Property Value
FROM_HTML_SEPARATOR_LINE_BREAK_BLOCKQUOTE
public static int FROM_HTML_SEPARATOR_LINE_BREAK_BLOCKQUOTE { get; set; }
Property Value
FROM_HTML_SEPARATOR_LINE_BREAK_DIV
public static int FROM_HTML_SEPARATOR_LINE_BREAK_DIV { get; set; }
Property Value
FROM_HTML_SEPARATOR_LINE_BREAK_HEADING
public static int FROM_HTML_SEPARATOR_LINE_BREAK_HEADING { get; set; }
Property Value
FROM_HTML_SEPARATOR_LINE_BREAK_LIST
public static int FROM_HTML_SEPARATOR_LINE_BREAK_LIST { get; set; }
Property Value
FROM_HTML_SEPARATOR_LINE_BREAK_LIST_ITEM
public static int FROM_HTML_SEPARATOR_LINE_BREAK_LIST_ITEM { get; set; }
Property Value
FROM_HTML_SEPARATOR_LINE_BREAK_PARAGRAPH
public static int FROM_HTML_SEPARATOR_LINE_BREAK_PARAGRAPH { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
TO_HTML_PARAGRAPH_LINES_CONSECUTIVE
public static int TO_HTML_PARAGRAPH_LINES_CONSECUTIVE { get; set; }
Property Value
TO_HTML_PARAGRAPH_LINES_INDIVIDUAL
public static int TO_HTML_PARAGRAPH_LINES_INDIVIDUAL { get; set; }
Property Value
Methods
EscapeHtml(CharSequence)
public static String EscapeHtml(CharSequence arg0)
Parameters
arg0CharSequence
Returns
FromHtml(String)
[Obsolete("Deprecated in JVM")]
public static Spanned FromHtml(String arg0)
Parameters
Returns
FromHtml(String, ImageGetter, TagHandler)
[Obsolete("Deprecated in JVM")]
public static Spanned FromHtml(String arg0, Html.ImageGetter arg1, Html.TagHandler arg2)
Parameters
arg0Stringarg1Html.ImageGetterarg2Html.TagHandler
Returns
FromHtml(String, int)
public static Spanned FromHtml(String arg0, int arg1)
Parameters
Returns
FromHtml(String, int, ImageGetter, TagHandler)
public static Spanned FromHtml(String arg0, int arg1, Html.ImageGetter arg2, Html.TagHandler arg3)
Parameters
arg0Stringarg1intarg2Html.ImageGetterarg3Html.TagHandler
Returns
ToHtml(Spanned)
[Obsolete("Deprecated in JVM")]
public static String ToHtml(Spanned arg0)
Parameters
Returns
ToHtml(Spanned, int)
public static String ToHtml(Spanned arg0, int arg1)