Пример #1
0
 public WmlDocument SetBackgroundImage(string imagePath)
 {
     return((WmlDocument)BackgroundAccessor.SetImage(this, imagePath));
 }
Пример #2
0
 public WmlDocument SetBackgroundColor(string colorValue)
 {
     return((WmlDocument)BackgroundAccessor.SetColor(this, colorValue));
 }
Пример #3
0
 public string GetBackgroundImageFileName()
 {
     return(BackgroundAccessor.GetImageFileName(this));
 }
Пример #4
0
 public void SaveBackgroundImageToFile(string fileName)
 {
     BackgroundAccessor.SaveImageToFile(this, fileName);
 }
Пример #5
0
 public string GetBackgroundColor()
 {
     return(BackgroundAccessor.GetBackgroundColor(this));
 }