예제 #1
0
        public TextBoxFormat Clone()
        {
            TextBoxFormat format = new TextBoxFormat();

            foreach (KeyValuePair <int, object> pair in this.ParentTextBox.ShapePr.PropertiesHash)
            {
                if (!format.ParentTextBox.ShapePr.method_6(pair.Key))
                {
                    format.ParentTextBox.ShapePr.PropertiesHash.Add(pair.Key, pair.Value);
                }
                else
                {
                    format.ParentTextBox.ShapePr.PropertiesHash[pair.Key] = pair.Value;
                }
            }
            return(format);
        }
예제 #2
0
 internal void method_49(TextBoxFormat A_0)
 {
     this.list_2 = A_0.Adjustment;
     this.list_3 = A_0.DocxStyleProps;
     this.textBox_0.ShapePr.method_24(A_0.ParentTextBox.ShapePr);
 }