This commit is contained in:
@@ -66,6 +66,12 @@ namespace Volian.Print.Library
|
||||
}
|
||||
}
|
||||
}
|
||||
private string _ImageText; // ro definition, value part of #Link in case of image/figure
|
||||
public string ImageText
|
||||
{
|
||||
get { return _ImageText; }
|
||||
set { _ImageText = value; }
|
||||
}
|
||||
private string _Rtf; // may become iTextSharp paragraph
|
||||
public string Rtf
|
||||
{
|
||||
|
Reference in New Issue
Block a user