This commit is contained in:
@@ -58,6 +58,12 @@ namespace VEPROMS.CSLA.Library
|
||||
return _DocStyles;
|
||||
}
|
||||
}
|
||||
public bool HasPageListToken(string token)
|
||||
{;
|
||||
string xpath = string.Format("/PlantFormat/PageStyles/PageStyle/Item[@Token = '{0}']", token);
|
||||
XmlNodeList nl = XmlDoc.SelectNodes(xpath);
|
||||
return nl.Count > 0;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region VE_Font
|
||||
|
Reference in New Issue
Block a user