Поменял области видимости у классов OfficePackage
This commit is contained in:
parent
9210c87079
commit
5546ab58e7
@ -1,4 +1,4 @@
|
|||||||
namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums
|
namespace PolyclinicBusinessLogic.OfficePackage.HelperEnums
|
||||||
{
|
{
|
||||||
public enum ExcelStyleInfoType
|
public enum ExcelStyleInfoType
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums
|
namespace PolyclinicBusinessLogic.OfficePackage.HelperEnums
|
||||||
{
|
{
|
||||||
public enum PdfParagraphAlignmentType
|
public enum PdfParagraphAlignmentType
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums
|
namespace PolyclinicBusinessLogic.OfficePackage.HelperEnums
|
||||||
{
|
{
|
||||||
public enum WordJustificationType
|
public enum WordJustificationType
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums;
|
using PolyclinicBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.Excel
|
namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.Excel
|
||||||
{
|
{
|
||||||
public class ExcelCellParameters
|
public class ExcelCellParameters
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.Excel
|
namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.Excel
|
||||||
{
|
{
|
||||||
public class ExcelMergeParameters
|
public class ExcelMergeParameters
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums;
|
using PolyclinicBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.PDF
|
namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.PDF
|
||||||
{
|
{
|
||||||
public class PdfParagraph
|
public class PdfParagraph
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums;
|
using PolyclinicBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.PDF
|
namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.PDF
|
||||||
{
|
{
|
||||||
public class PdfRowParameters
|
public class PdfRowParameters
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.Word
|
namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.Word
|
||||||
{
|
{
|
||||||
public class WordParagraph
|
public class WordParagraph
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums;
|
using PolyclinicBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.Word
|
namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.Word
|
||||||
{
|
{
|
||||||
public class WordTextProperties
|
public class WordTextProperties
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user