internal SLTitle Clone()
        {
            SLTitle t = new SLTitle(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

            t.Rotation        = this.Rotation;
            t.Vertical        = this.Vertical;
            t.Anchor          = this.Anchor;
            t.AnchorCenter    = this.AnchorCenter;
            t.rst             = this.rst.Clone();
            t.Overlay         = this.Overlay;
            t.ShapeProperties = this.ShapeProperties.Clone();

            return(t);
        }
示例#2
0
        internal SLTitle Clone()
        {
            SLTitle t = new SLTitle(this.ShapeProperties.listThemeColors);
            t.Rotation = this.Rotation;
            t.Vertical = this.Vertical;
            t.Anchor = this.Anchor;
            t.AnchorCenter = this.AnchorCenter;
            t.rst = this.rst.Clone();
            t.Overlay = this.Overlay;
            t.ShapeProperties = this.ShapeProperties.Clone();

            return t;
        }