Skip to content

Commit

Permalink
V3.0.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
XceedBoucherS committed Jul 5, 2024
1 parent 1203433 commit cc383ad
Show file tree
Hide file tree
Showing 135 changed files with 1,524 additions and 4,921 deletions.
2 changes: 1 addition & 1 deletion Xceed.Document.NET/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/AssemblyVersionInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
4 changes: 2 additions & 2 deletions Xceed.Document.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -26,7 +26,7 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Document for .NET" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2009-2023" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2009-2024" )]
[assembly: AssemblyCulture("")]


Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Bookmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/BookmarkCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
5 changes: 1 addition & 4 deletions Xceed.Document.NET/Src/Border.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -18,9 +18,6 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

namespace Xceed.Document.NET
{
/// <summary>
/// Represents a border of a table or table cell
/// </summary>
public class Border
{

Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Borders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
14 changes: 1 addition & 13 deletions Xceed.Document.NET/Src/Charts/Axis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -25,9 +25,6 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
namespace Xceed.Document.NET
{

/// <summary>
/// Axis base class
/// </summary>
public abstract class Axis
{
#region Private properties
Expand All @@ -37,9 +34,6 @@ public abstract class Axis

#region Public Properties

/// <summary>
/// ID of this Axis
/// </summary>
public string Id
{
get
Expand All @@ -48,9 +42,6 @@ public string Id
}
}

/// <summary>
/// Return true if this axis is visible
/// </summary>
public bool IsVisible
{
get
Expand Down Expand Up @@ -119,9 +110,6 @@ public bool IsVisible

#region Internal Properties

/// <summary>
/// Axis xml element
/// </summary>
internal XElement Xml
{
get; set;
Expand Down
23 changes: 1 addition & 22 deletions Xceed.Document.NET/Src/Charts/BarChart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -22,17 +22,10 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

namespace Xceed.Document.NET
{
/// <summary>
/// This element contains the 2-D bar or column series on this chart.
/// 21.2.2.16 barChart (Bar Charts)
/// </summary>
public class BarChart : Chart
{
#region Public Properties

/// <summary>
/// Specifies the possible directions for a bar chart.
/// </summary>
public BarDirection BarDirection
{
get
Expand All @@ -51,9 +44,6 @@ public BarDirection BarDirection
}
}

/// <summary>
/// Specifies the possible groupings for a bar chart.
/// </summary>
public BarGrouping BarGrouping
{
get
Expand All @@ -79,9 +69,6 @@ public BarGrouping BarGrouping
}
}

/// <summary>
/// Specifies that its contents contain a percentage between 0% and 500%.
/// </summary>
public Int32 GapWidth
{
get
Expand Down Expand Up @@ -138,10 +125,6 @@ protected override XElement GetChartTypeXElement()
#endregion
}

/// <summary>
/// Specifies the possible directions for a bar chart.
/// 21.2.3.3 ST_BarDir (Bar Direction)
/// </summary>
public enum BarDirection
{
[XmlName( "col" )]
Expand All @@ -150,10 +133,6 @@ public enum BarDirection
Bar
}

/// <summary>
/// Specifies the possible groupings for a bar chart.
/// 21.2.3.4 ST_BarGrouping (Bar Grouping)
/// </summary>
public enum BarGrouping
{
[XmlName( "clustered" )]
Expand Down
5 changes: 1 addition & 4 deletions Xceed.Document.NET/Src/Charts/CategoryAxis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2023 Xceed Software Inc.
Copyright (C) 2009-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -22,9 +22,6 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

namespace Xceed.Document.NET
{
/// <summary>
/// Represents Category Axis
/// </summary>
public class CategoryAxis : Axis
{
internal CategoryAxis(XElement xml)
Expand Down
Loading

0 comments on commit cc383ad

Please sign in to comment.