Added Name property for font

Added logic to keep appropriate symbols in word files
This commit is contained in:
Rich
2010-04-22 17:30:15 +00:00
parent 37688d042f
commit b4cb2a0def
2 changed files with 32 additions and 1 deletions

View File

@@ -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
{