Selaa lähdekoodia

Removed unsued defined namespaces

master
Sergii Zhevzhyk 9 vuotta sitten
vanhempi
commit
73e999d51f

+ 1
- 5
DocX/Bookmark.cs Näytä tiedosto

using System;
using System.Linq;
using System.Collections.Generic;
namespace Novacode
namespace Novacode
{ {
public class Bookmark public class Bookmark
{ {

+ 1
- 2
DocX/Content.cs Näytä tiedosto

using System;
using System.Linq;
using System.Linq;
using System.Collections.Generic; using System.Collections.Generic;
using System.Xml.Linq; using System.Xml.Linq;



+ 0
- 1
DocX/ContentCollection.cs Näytä tiedosto

using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;


namespace Novacode namespace Novacode
{ {

+ 1
- 5
DocX/DocumentTypes.cs Näytä tiedosto

using System;
using System.Linq;
using System.Collections.Generic;
namespace Novacode
namespace Novacode
{ {
public enum DocumentTypes public enum DocumentTypes
{ {

+ 1
- 12
DocX/ExtensionsHeadings.cs Näytä tiedosto

using System; using System;
using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Reflection; using System.Reflection;
using System.Text;
using System.Xml.Linq;
using Novacode;
namespace Novacode namespace Novacode
{ {
{ {
return enumAttributes[0].Description; return enumAttributes[0].Description;
} }
else
{
return enumValue.ToString();
}
return enumValue.ToString();
} }
/// <summary> /// <summary>
} }
} }
} }

+ 0
- 1
DocX/HelperFunctions.cs Näytä tiedosto

using System.Security.Principal; using System.Security.Principal;
using System.Text; using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
using System.Xml;
namespace Novacode namespace Novacode
{ {

+ 0
- 1
DocX/Paragraph.cs Näytä tiedosto

using System; using System;
using System.IO;
using System.Linq; using System.Linq;
using System.Drawing; using System.Drawing;
using System.Xml.Linq; using System.Xml.Linq;

+ 0
- 1
DocX/Section.cs Näytä tiedosto

using System.Collections.Generic; using System.Collections.Generic;
using System.IO.Packaging;
using System.Xml.Linq; using System.Xml.Linq;


namespace Novacode namespace Novacode

+ 1
- 5
DocX/Table.cs Näytä tiedosto

design = value; design = value;
if (design == TableDesign.None) if (design == TableDesign.None)
{
if (style != null)
style.Remove();
}
style.Remove();
if (design == TableDesign.Custom) if (design == TableDesign.Custom)
{ {
} }
else else
{ {
switch (design) switch (design)
{ {
case TableDesign.TableNormal: case TableDesign.TableNormal:

+ 0
- 4
DocX/_Extensions.cs Näytä tiedosto

using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Drawing; using System.Drawing;
using System.ComponentModel;
using System.IO;
using System.Reflection;
using System.Text;
using System.Xml.Linq; using System.Xml.Linq;
namespace Novacode namespace Novacode

Loading…
Peruuta
Tallenna