public Bold(Inline childInline) : this(NoesisGUI_PINVOKE.new_Bold__SWIG_1(Inline.getCPtr(childInline)), true) { if (NoesisGUI_PINVOKE.SWIGPendingException.Pending) { throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve(); } }
public Italic(Inline childInline) : this(NoesisGUI_PINVOKE.new_Italic__SWIG_1(Inline.getCPtr(childInline)), true) { }
public Hyperlink(Inline childInline) : this(NoesisGUI_PINVOKE.new_Hyperlink__SWIG_1(Inline.getCPtr(childInline)), true) { }
public Span(Inline childInline) : this(NoesisGUI_PINVOKE.new_Span__SWIG_1(Inline.getCPtr(childInline)), true) { }
public Bold(Inline childInline) : this(NoesisGUI_PINVOKE.new_Bold__SWIG_1(Inline.getCPtr(childInline)), true) { }
public Underline(Inline childInline) : this(NoesisGUI_PINVOKE.new_Underline__SWIG_1(Inline.getCPtr(childInline)), true) { }