Exemplo n.º 1
0
        public void PrefixTest()
        {
            var target = new DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap();

            Assert.Equal("urn:schemas-microsoft-com:office:word", target.NamespaceUri);
            Assert.Equal("w10", target.Prefix);
            Assert.Equal("wrap", target.LocalName);

        }