Added Name property for font
Added logic to keep appropriate symbols in word files
This commit is contained in:
@@ -536,6 +536,11 @@ namespace LBWordLibrary
|
||||
get { return (GetProperty("Size") as float? ?? 0); }
|
||||
set { SetProperty("Size", value); }
|
||||
}
|
||||
public String Name
|
||||
{
|
||||
get { return (GetProperty("Name").ToString()); }
|
||||
set { SetProperty("Name", value); }
|
||||
}
|
||||
}
|
||||
public enum LBWdInformation
|
||||
{
|
||||
|
Reference in New Issue
Block a user