Exemple #1
0
        public static PhraseStyle CreateFromXElement(XElement element)
        {
            PhraseStyle phraseStyle = new PhraseStyle();
            phraseStyle.PopulateFromXElement(element);

            return phraseStyle;
        }
Exemple #2
0
 public Phrase()
     : base()
 {
     Style = new PhraseStyle();
 }