This commit is contained in:
2010-08-27 20:21:56 +00:00
parent 7b5649968a
commit 7a957dfc35
4 changed files with 456 additions and 431 deletions

View File

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