diff --git a/english/net/aspose.tasks.connectivity/primaveradbsettings/_index.md b/english/net/aspose.tasks.connectivity/primaveradbsettings/_index.md index 3041b678f..9f20db07e 100644 --- a/english/net/aspose.tasks.connectivity/primaveradbsettings/_index.md +++ b/english/net/aspose.tasks.connectivity/primaveradbsettings/_index.md @@ -33,23 +33,35 @@ public class PrimaveraDbSettings : DbSettings Shows how to import a project from a Primavera database. ```csharp -var sb = new SqlConnectionStringBuilder(); -sb.DataSource = "192.168.56.3,1433"; -sb.Encrypt = true; -sb.TrustServerCertificate = true; -sb.InitialCatalog = "PrimaveraEDB"; -sb.NetworkLibrary = "DBMSSOCN"; -sb.UserID = "privuser"; -sb.Password = "***"; - // Initialize a new instance of the PrimaveraDbSettings class with connection string and project id -var settings = new PrimaveraDbSettings(sb.ConnectionString, 4502); +var settings = new PrimaveraDbSettings(GetConnectionString(), 4502); Console.WriteLine("Project UID to read: " + settings.ProjectId); // read the project with UID = 4502 var project = new Project(settings); -Console.WriteLine(project.Get(Prj.Uid)); +Console.WriteLine(project.Uid); +Console.WriteLine(project.Name); +Console.WriteLine(project.PrimaveraProperties.ShortName); +``` + +Shows how to get brief info of projects from a Primavera database. + +```csharp +var settings = new PrimaveraDbSettings(GetConnectionString(), 0); + +var reader = new PrimaveraDbReader(settings); +var projectInfos = reader.GetProjectInfos(); + +foreach (var info in projectInfos) +{ + Console.WriteLine("{0} - '{1}' - '{2}'", info.Uid, info.ShortName, info.Name); +} + +var firstProject = reader.LoadProject(projectInfos[0].Uid); +Console.WriteLine(firstProject.Uid); +Console.WriteLine(firstProject.Name); +Console.WriteLine(firstProject.PrimaveraProperties.ShortName); ``` ### See Also diff --git a/english/net/aspose.tasks.connectivity/primaveradbsettings/primaveradbsettings/_index.md b/english/net/aspose.tasks.connectivity/primaveradbsettings/primaveradbsettings/_index.md index 45d85b0a2..f38fb3842 100644 --- a/english/net/aspose.tasks.connectivity/primaveradbsettings/primaveradbsettings/_index.md +++ b/english/net/aspose.tasks.connectivity/primaveradbsettings/primaveradbsettings/_index.md @@ -24,23 +24,16 @@ public PrimaveraDbSettings(string connectionString, int projectId) Shows how to import a project from a Primavera database. ```csharp -var sb = new SqlConnectionStringBuilder(); -sb.DataSource = "192.168.56.3,1433"; -sb.Encrypt = true; -sb.TrustServerCertificate = true; -sb.InitialCatalog = "PrimaveraEDB"; -sb.NetworkLibrary = "DBMSSOCN"; -sb.UserID = "privuser"; -sb.Password = "***"; - // Initialize a new instance of the PrimaveraDbSettings class with connection string and project id -var settings = new PrimaveraDbSettings(sb.ConnectionString, 4502); +var settings = new PrimaveraDbSettings(GetConnectionString(), 4502); Console.WriteLine("Project UID to read: " + settings.ProjectId); // read the project with UID = 4502 var project = new Project(settings); -Console.WriteLine(project.Get(Prj.Uid)); +Console.WriteLine(project.Uid); +Console.WriteLine(project.Name); +Console.WriteLine(project.PrimaveraProperties.ShortName); ``` ### See Also diff --git a/english/net/aspose.tasks.connectivity/primaveradbsettings/projectid/_index.md b/english/net/aspose.tasks.connectivity/primaveradbsettings/projectid/_index.md index bb74828cd..1c10d34ee 100644 --- a/english/net/aspose.tasks.connectivity/primaveradbsettings/projectid/_index.md +++ b/english/net/aspose.tasks.connectivity/primaveradbsettings/projectid/_index.md @@ -19,23 +19,16 @@ public int ProjectId { get; } Shows how to import a project from a Primavera database. ```csharp -var sb = new SqlConnectionStringBuilder(); -sb.DataSource = "192.168.56.3,1433"; -sb.Encrypt = true; -sb.TrustServerCertificate = true; -sb.InitialCatalog = "PrimaveraEDB"; -sb.NetworkLibrary = "DBMSSOCN"; -sb.UserID = "privuser"; -sb.Password = "***"; - // Initialize a new instance of the PrimaveraDbSettings class with connection string and project id -var settings = new PrimaveraDbSettings(sb.ConnectionString, 4502); +var settings = new PrimaveraDbSettings(GetConnectionString(), 4502); Console.WriteLine("Project UID to read: " + settings.ProjectId); // read the project with UID = 4502 var project = new Project(settings); -Console.WriteLine(project.Get(Prj.Uid)); +Console.WriteLine(project.Uid); +Console.WriteLine(project.Name); +Console.WriteLine(project.PrimaveraProperties.ShortName); ``` ### See Also diff --git a/english/net/aspose.tasks.saving/_index.md b/english/net/aspose.tasks.saving/_index.md index 9af5e14ac..e3516d99a 100644 --- a/english/net/aspose.tasks.saving/_index.md +++ b/english/net/aspose.tasks.saving/_index.md @@ -28,6 +28,7 @@ Contains classes for saving a project to different formats. | [SimpleSaveOptions](./simplesaveoptions/) | This is an abstract base class that allow the user to specify basic options when saving a project into a particular format. | | [Spreadsheet2003SaveOptions](./spreadsheet2003saveoptions/) | Allows to specify additional options when rendering project pages to Spreadsheet2003. | | [SvgOptions](./svgoptions/) | Allows to specify additional options when rendering project pages to SVG. | +| [TaskLinkDrawingCallbackDelegate](./tasklinkdrawingcallbackdelegate/) | Represents a callback that is called when a task link is rendered in a Gantt chart view. | | [XamlOptions](./xamloptions/) | /// Allows to specify additional options when rendering project pages to XAML. | | [XlsxOptions](./xlsxoptions/) | Allows to specify additional options when rendering project pages to XLSX. | | [XpsOptions](./xpsoptions/) | Allows to specify additional options when rendering project pages to XPS. | diff --git a/english/net/aspose.tasks.saving/htmlsaveoptions/_index.md b/english/net/aspose.tasks.saving/htmlsaveoptions/_index.md index 89b35d537..474dcd5f1 100644 --- a/english/net/aspose.tasks.saving/htmlsaveoptions/_index.md +++ b/english/net/aspose.tasks.saving/htmlsaveoptions/_index.md @@ -56,6 +56,7 @@ public class HtmlSaveOptions : SaveOptions | [RollUpGanttBars](../../aspose.tasks.saving/saveoptions/rollupganttbars/) { get; set; } | Gets or sets a value indicating whether subtasks on the summary task bar should be marked. For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar. For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars. You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them. | | [SaveFormat](../../aspose.tasks.saving/simplesaveoptions/saveformat/) { get; } | Gets or sets the format in which the document will be saved if this save options object is used. | | [StartDate](../../aspose.tasks.saving/saveoptions/startdate/) { get; set; } | Gets or sets the date to start rendering from. | +| [TaskLinkDrawingCallback](../../aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/) { get; set; } | Gets or sets a callback that can be used to customize some aspects of task links rendering. | | [TasksComparer](../../aspose.tasks.saving/simplesaveoptions/taskscomparer/) { get; set; } | Gets or sets the comparer to sort tasks on Gantt chart and Task Sheet chart. | | [TasksFilter](../../aspose.tasks.saving/simplesaveoptions/tasksfilter/) { get; set; } | Gets or sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. | | [TextStyles](../../aspose.tasks.saving/saveoptions/textstyles/) { get; set; } | Gets or sets the list of text styles that applied during rendering of a project view. | diff --git a/english/net/aspose.tasks.saving/imagesaveoptions/_index.md b/english/net/aspose.tasks.saving/imagesaveoptions/_index.md index af6d1e0ed..e14adf6ea 100644 --- a/english/net/aspose.tasks.saving/imagesaveoptions/_index.md +++ b/english/net/aspose.tasks.saving/imagesaveoptions/_index.md @@ -49,6 +49,7 @@ public class ImageSaveOptions : SaveOptions | [RollUpGanttBars](../../aspose.tasks.saving/saveoptions/rollupganttbars/) { get; set; } | Gets or sets a value indicating whether subtasks on the summary task bar should be marked. For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar. For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars. You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them. | | [SaveFormat](../../aspose.tasks.saving/simplesaveoptions/saveformat/) { get; } | Gets or sets the format in which the document will be saved if this save options object is used. | | [StartDate](../../aspose.tasks.saving/saveoptions/startdate/) { get; set; } | Gets or sets the date to start rendering from. | +| [TaskLinkDrawingCallback](../../aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/) { get; set; } | Gets or sets a callback that can be used to customize some aspects of task links rendering. | | [TasksComparer](../../aspose.tasks.saving/simplesaveoptions/taskscomparer/) { get; set; } | Gets or sets the comparer to sort tasks on Gantt chart and Task Sheet chart. | | [TasksFilter](../../aspose.tasks.saving/simplesaveoptions/tasksfilter/) { get; set; } | Gets or sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. | | [TextStyles](../../aspose.tasks.saving/saveoptions/textstyles/) { get; set; } | Gets or sets the list of text styles that applied during rendering of a project view. | diff --git a/english/net/aspose.tasks.saving/pdfsaveoptions/_index.md b/english/net/aspose.tasks.saving/pdfsaveoptions/_index.md index 1f0a41e34..3bd11f7b8 100644 --- a/english/net/aspose.tasks.saving/pdfsaveoptions/_index.md +++ b/english/net/aspose.tasks.saving/pdfsaveoptions/_index.md @@ -50,6 +50,7 @@ public class PdfSaveOptions : SaveOptions | [SaveFormat](../../aspose.tasks.saving/simplesaveoptions/saveformat/) { get; } | Gets or sets the format in which the document will be saved if this save options object is used. | | [SaveToSeparateFiles](../../aspose.tasks.saving/pdfsaveoptions/savetoseparatefiles/) { get; set; } | Gets or sets a value indicating whether to save project pages to separate files. | | [StartDate](../../aspose.tasks.saving/saveoptions/startdate/) { get; set; } | Gets or sets the date to start rendering from. | +| [TaskLinkDrawingCallback](../../aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/) { get; set; } | Gets or sets a callback that can be used to customize some aspects of task links rendering. | | [TasksComparer](../../aspose.tasks.saving/simplesaveoptions/taskscomparer/) { get; set; } | Gets or sets the comparer to sort tasks on Gantt chart and Task Sheet chart. | | [TasksFilter](../../aspose.tasks.saving/simplesaveoptions/tasksfilter/) { get; set; } | Gets or sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. | | [TextCompression](../../aspose.tasks.saving/pdfsaveoptions/textcompression/) { get; set; } | Gets or sets a compression type to be used for all content streams except images. Default is Flate. | diff --git a/english/net/aspose.tasks.saving/printoptions/_index.md b/english/net/aspose.tasks.saving/printoptions/_index.md index 233a0d2cc..c284987fc 100644 --- a/english/net/aspose.tasks.saving/printoptions/_index.md +++ b/english/net/aspose.tasks.saving/printoptions/_index.md @@ -42,6 +42,7 @@ public class PrintOptions : SaveOptions | [RollUpGanttBars](../../aspose.tasks.saving/saveoptions/rollupganttbars/) { get; set; } | Gets or sets a value indicating whether subtasks on the summary task bar should be marked. For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar. For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars. You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them. | | [SaveFormat](../../aspose.tasks.saving/simplesaveoptions/saveformat/) { get; } | Gets or sets the format in which the document will be saved if this save options object is used. | | [StartDate](../../aspose.tasks.saving/saveoptions/startdate/) { get; set; } | Gets or sets the date to start rendering from. | +| [TaskLinkDrawingCallback](../../aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/) { get; set; } | Gets or sets a callback that can be used to customize some aspects of task links rendering. | | [TasksComparer](../../aspose.tasks.saving/simplesaveoptions/taskscomparer/) { get; set; } | Gets or sets the comparer to sort tasks on Gantt chart and Task Sheet chart. | | [TasksFilter](../../aspose.tasks.saving/simplesaveoptions/tasksfilter/) { get; set; } | Gets or sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. | | [TextStyles](../../aspose.tasks.saving/saveoptions/textstyles/) { get; set; } | Gets or sets the list of text styles that applied during rendering of a project view. | diff --git a/english/net/aspose.tasks.saving/saveoptions/_index.md b/english/net/aspose.tasks.saving/saveoptions/_index.md index 54647740a..aef35e125 100644 --- a/english/net/aspose.tasks.saving/saveoptions/_index.md +++ b/english/net/aspose.tasks.saving/saveoptions/_index.md @@ -36,6 +36,7 @@ public abstract class SaveOptions : SimpleSaveOptions | [RollUpGanttBars](../../aspose.tasks.saving/saveoptions/rollupganttbars/) { get; set; } | Gets or sets a value indicating whether subtasks on the summary task bar should be marked. For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar. For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars. You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them. | | [SaveFormat](../../aspose.tasks.saving/simplesaveoptions/saveformat/) { get; } | Gets or sets the format in which the document will be saved if this save options object is used. | | [StartDate](../../aspose.tasks.saving/saveoptions/startdate/) { get; set; } | Gets or sets the date to start rendering from. | +| [TaskLinkDrawingCallback](../../aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/) { get; set; } | Gets or sets a callback that can be used to customize some aspects of task links rendering. | | [TasksComparer](../../aspose.tasks.saving/simplesaveoptions/taskscomparer/) { get; set; } | Gets or sets the comparer to sort tasks on Gantt chart and Task Sheet chart. | | [TasksFilter](../../aspose.tasks.saving/simplesaveoptions/tasksfilter/) { get; set; } | Gets or sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. | | [TextStyles](../../aspose.tasks.saving/saveoptions/textstyles/) { get; set; } | Gets or sets the list of text styles that applied during rendering of a project view. | diff --git a/english/net/aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/_index.md b/english/net/aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/_index.md new file mode 100644 index 000000000..84bb0a3c4 --- /dev/null +++ b/english/net/aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/_index.md @@ -0,0 +1,28 @@ +--- +title: SaveOptions.TaskLinkDrawingCallback +second_title: Aspose.Tasks for .NET API Reference +description: SaveOptions property. Gets or sets a callback that can be used to customize some aspects of task links rendering +type: docs +weight: 180 +url: /net/aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/ +--- +## SaveOptions.TaskLinkDrawingCallback property + +Gets or sets a callback that can be used to customize some aspects of task links rendering. + +```csharp +public TaskLinkDrawingCallbackDelegate TaskLinkDrawingCallback { get; set; } +``` + +## Remarks + +Is only applicable when Gantt chart view is rendered. + +### See Also + +* delegate [TaskLinkDrawingCallbackDelegate](../../tasklinkdrawingcallbackdelegate/) +* class [SaveOptions](../) +* namespace [Aspose.Tasks.Saving](../../saveoptions/) +* assembly [Aspose.Tasks](../../../) + + diff --git a/english/net/aspose.tasks.saving/saveoptions/textstyles/_index.md b/english/net/aspose.tasks.saving/saveoptions/textstyles/_index.md index 6deb08085..d99f0cc57 100644 --- a/english/net/aspose.tasks.saving/saveoptions/textstyles/_index.md +++ b/english/net/aspose.tasks.saving/saveoptions/textstyles/_index.md @@ -3,7 +3,7 @@ title: SaveOptions.TextStyles second_title: Aspose.Tasks for .NET API Reference description: SaveOptions property. Gets or sets the list of text styles that applied during rendering of a project view type: docs -weight: 180 +weight: 190 url: /net/aspose.tasks.saving/saveoptions/textstyles/ --- ## SaveOptions.TextStyles property diff --git a/english/net/aspose.tasks.saving/saveoptions/timescale/_index.md b/english/net/aspose.tasks.saving/saveoptions/timescale/_index.md index 4001a9cbc..ab10d39c3 100644 --- a/english/net/aspose.tasks.saving/saveoptions/timescale/_index.md +++ b/english/net/aspose.tasks.saving/saveoptions/timescale/_index.md @@ -3,7 +3,7 @@ title: SaveOptions.Timescale second_title: Aspose.Tasks for .NET API Reference description: SaveOptions property. Gets or sets the Timescale value which is used to control how timescale if present is rendered when project is saved to graphical format type: docs -weight: 190 +weight: 200 url: /net/aspose.tasks.saving/saveoptions/timescale/ --- ## SaveOptions.Timescale property diff --git a/english/net/aspose.tasks.saving/saveoptions/timescalefitbehavior/_index.md b/english/net/aspose.tasks.saving/saveoptions/timescalefitbehavior/_index.md index 5ad9328b8..06a81fea2 100644 --- a/english/net/aspose.tasks.saving/saveoptions/timescalefitbehavior/_index.md +++ b/english/net/aspose.tasks.saving/saveoptions/timescalefitbehavior/_index.md @@ -3,7 +3,7 @@ title: SaveOptions.TimescaleFitBehavior second_title: Aspose.Tasks for .NET API Reference description: SaveOptions property. Gets or sets a behavior which define how to align right end of the timescale with the page end type: docs -weight: 200 +weight: 210 url: /net/aspose.tasks.saving/saveoptions/timescalefitbehavior/ --- ## SaveOptions.TimescaleFitBehavior property diff --git a/english/net/aspose.tasks.saving/saveoptions/usegradientbrush/_index.md b/english/net/aspose.tasks.saving/saveoptions/usegradientbrush/_index.md index d86a804ed..0a8c4ca58 100644 --- a/english/net/aspose.tasks.saving/saveoptions/usegradientbrush/_index.md +++ b/english/net/aspose.tasks.saving/saveoptions/usegradientbrush/_index.md @@ -3,7 +3,7 @@ title: SaveOptions.UseGradientBrush second_title: Aspose.Tasks for .NET API Reference description: SaveOptions property. Gets or sets a value indicating whether gradient brush should be used when rendering Gantt Chart type: docs -weight: 210 +weight: 220 url: /net/aspose.tasks.saving/saveoptions/usegradientbrush/ --- ## SaveOptions.UseGradientBrush property diff --git a/english/net/aspose.tasks.saving/saveoptions/view/_index.md b/english/net/aspose.tasks.saving/saveoptions/view/_index.md index 41e4bd826..4b45e2884 100644 --- a/english/net/aspose.tasks.saving/saveoptions/view/_index.md +++ b/english/net/aspose.tasks.saving/saveoptions/view/_index.md @@ -3,7 +3,7 @@ title: SaveOptions.View second_title: Aspose.Tasks for .NET API Reference description: SaveOptions property. Gets or sets a list of the view columns to render GanttChartColumn. If not set then task ids task names start and finish are rendered only. If both View and ViewSettings properties are set columns from View overrides columns from ViewSettings type: docs -weight: 220 +weight: 230 url: /net/aspose.tasks.saving/saveoptions/view/ --- ## SaveOptions.View property diff --git a/english/net/aspose.tasks.saving/saveoptions/viewsettings/_index.md b/english/net/aspose.tasks.saving/saveoptions/viewsettings/_index.md index 59732f3ea..8c51ef999 100644 --- a/english/net/aspose.tasks.saving/saveoptions/viewsettings/_index.md +++ b/english/net/aspose.tasks.saving/saveoptions/viewsettings/_index.md @@ -3,7 +3,7 @@ title: SaveOptions.ViewSettings second_title: Aspose.Tasks for .NET API Reference description: SaveOptions property. Gets or sets a view View to render. You can use this options to explicitly specify which view should be saved to PDF HTML or Image formats. If this property is set PresentationFormat property is ignored when project is saved. View should be from one of the following screen Screen Gantt TaskSheet TaskUsage ResourceSheet ResourceUsage type: docs -weight: 230 +weight: 240 url: /net/aspose.tasks.saving/saveoptions/viewsettings/ --- ## SaveOptions.ViewSettings property diff --git a/english/net/aspose.tasks.saving/svgoptions/_index.md b/english/net/aspose.tasks.saving/svgoptions/_index.md index 4a25154a2..801defc47 100644 --- a/english/net/aspose.tasks.saving/svgoptions/_index.md +++ b/english/net/aspose.tasks.saving/svgoptions/_index.md @@ -43,6 +43,7 @@ public class SvgOptions : SaveOptions | [RollUpGanttBars](../../aspose.tasks.saving/saveoptions/rollupganttbars/) { get; set; } | Gets or sets a value indicating whether subtasks on the summary task bar should be marked. For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar. For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars. You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them. | | [SaveFormat](../../aspose.tasks.saving/simplesaveoptions/saveformat/) { get; } | Gets or sets the format in which the document will be saved if this save options object is used. | | [StartDate](../../aspose.tasks.saving/saveoptions/startdate/) { get; set; } | Gets or sets the date to start rendering from. | +| [TaskLinkDrawingCallback](../../aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/) { get; set; } | Gets or sets a callback that can be used to customize some aspects of task links rendering. | | [TasksComparer](../../aspose.tasks.saving/simplesaveoptions/taskscomparer/) { get; set; } | Gets or sets the comparer to sort tasks on Gantt chart and Task Sheet chart. | | [TasksFilter](../../aspose.tasks.saving/simplesaveoptions/tasksfilter/) { get; set; } | Gets or sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. | | [TextStyles](../../aspose.tasks.saving/saveoptions/textstyles/) { get; set; } | Gets or sets the list of text styles that applied during rendering of a project view. | diff --git a/english/net/aspose.tasks.saving/tasklinkdrawingcallbackdelegate/_index.md b/english/net/aspose.tasks.saving/tasklinkdrawingcallbackdelegate/_index.md new file mode 100644 index 000000000..081b56148 --- /dev/null +++ b/english/net/aspose.tasks.saving/tasklinkdrawingcallbackdelegate/_index.md @@ -0,0 +1,27 @@ +--- +title: Delegate TaskLinkDrawingCallbackDelegate +second_title: Aspose.Tasks for .NET API Reference +description: Represents a callback that is called when a task link is rendered in a Gantt chart view +type: docs +weight: 2210 +url: /net/aspose.tasks.saving/tasklinkdrawingcallbackdelegate/ +--- +## TaskLinkDrawingCallbackDelegate delegate + +Represents a callback that is called when a task link is rendered in a Gantt chart view. + +```csharp +public delegate void TaskLinkDrawingCallbackDelegate(TaskLinkDrawingArgs args); +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| args | TaskLinkDrawingArgs | the instance of the [`TaskLinkDrawingArgs`](../../aspose.tasks/tasklinkdrawingargs/) class that contains the callback data. | + +### See Also + +* class [TaskLinkDrawingArgs](../../aspose.tasks/tasklinkdrawingargs/) +* namespace [Aspose.Tasks.Saving](../../aspose.tasks.saving/) +* assembly [Aspose.Tasks](../../) + + diff --git a/english/net/aspose.tasks.saving/tiffcompression/_index.md b/english/net/aspose.tasks.saving/tiffcompression/_index.md index dc8eb76e7..25ba9fe1b 100644 --- a/english/net/aspose.tasks.saving/tiffcompression/_index.md +++ b/english/net/aspose.tasks.saving/tiffcompression/_index.md @@ -3,7 +3,7 @@ title: Enum TiffCompression second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Saving.TiffCompression enum. Specifies what type of compression to apply when saving pages to the TIFF format type: docs -weight: 2210 +weight: 2220 url: /net/aspose.tasks.saving/tiffcompression/ --- ## TiffCompression enumeration diff --git a/english/net/aspose.tasks.saving/xamloptions/_index.md b/english/net/aspose.tasks.saving/xamloptions/_index.md index 8a3cba376..8466abbc3 100644 --- a/english/net/aspose.tasks.saving/xamloptions/_index.md +++ b/english/net/aspose.tasks.saving/xamloptions/_index.md @@ -3,7 +3,7 @@ title: Class XamlOptions second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Saving.XamlOptions class. /// Allows to specify additional options when rendering project pages to XAML type: docs -weight: 2220 +weight: 2230 url: /net/aspose.tasks.saving/xamloptions/ --- ## XamlOptions class @@ -42,6 +42,7 @@ public class XamlOptions : SaveOptions | [RollUpGanttBars](../../aspose.tasks.saving/saveoptions/rollupganttbars/) { get; set; } | Gets or sets a value indicating whether subtasks on the summary task bar should be marked. For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar. For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars. You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them. | | [SaveFormat](../../aspose.tasks.saving/simplesaveoptions/saveformat/) { get; } | Gets or sets the format in which the document will be saved if this save options object is used. | | [StartDate](../../aspose.tasks.saving/saveoptions/startdate/) { get; set; } | Gets or sets the date to start rendering from. | +| [TaskLinkDrawingCallback](../../aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/) { get; set; } | Gets or sets a callback that can be used to customize some aspects of task links rendering. | | [TasksComparer](../../aspose.tasks.saving/simplesaveoptions/taskscomparer/) { get; set; } | Gets or sets the comparer to sort tasks on Gantt chart and Task Sheet chart. | | [TasksFilter](../../aspose.tasks.saving/simplesaveoptions/tasksfilter/) { get; set; } | Gets or sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. | | [TextStyles](../../aspose.tasks.saving/saveoptions/textstyles/) { get; set; } | Gets or sets the list of text styles that applied during rendering of a project view. | diff --git a/english/net/aspose.tasks.saving/xlsxoptions/_index.md b/english/net/aspose.tasks.saving/xlsxoptions/_index.md index 510265dd8..06075c664 100644 --- a/english/net/aspose.tasks.saving/xlsxoptions/_index.md +++ b/english/net/aspose.tasks.saving/xlsxoptions/_index.md @@ -3,7 +3,7 @@ title: Class XlsxOptions second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Saving.XlsxOptions class. Allows to specify additional options when rendering project pages to XLSX type: docs -weight: 2230 +weight: 2240 url: /net/aspose.tasks.saving/xlsxoptions/ --- ## XlsxOptions class diff --git a/english/net/aspose.tasks.saving/xpsoptions/_index.md b/english/net/aspose.tasks.saving/xpsoptions/_index.md index 35e3ef4b7..18bab1a3d 100644 --- a/english/net/aspose.tasks.saving/xpsoptions/_index.md +++ b/english/net/aspose.tasks.saving/xpsoptions/_index.md @@ -3,7 +3,7 @@ title: Class XpsOptions second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Saving.XpsOptions class. Allows to specify additional options when rendering project pages to XPS type: docs -weight: 2240 +weight: 2250 url: /net/aspose.tasks.saving/xpsoptions/ --- ## XpsOptions class @@ -43,6 +43,7 @@ public class XpsOptions : SaveOptions | [RollUpGanttBars](../../aspose.tasks.saving/saveoptions/rollupganttbars/) { get; set; } | Gets or sets a value indicating whether subtasks on the summary task bar should be marked. For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar. For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars. You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them. | | [SaveFormat](../../aspose.tasks.saving/simplesaveoptions/saveformat/) { get; } | Gets or sets the format in which the document will be saved if this save options object is used. | | [StartDate](../../aspose.tasks.saving/saveoptions/startdate/) { get; set; } | Gets or sets the date to start rendering from. | +| [TaskLinkDrawingCallback](../../aspose.tasks.saving/saveoptions/tasklinkdrawingcallback/) { get; set; } | Gets or sets a callback that can be used to customize some aspects of task links rendering. | | [TasksComparer](../../aspose.tasks.saving/simplesaveoptions/taskscomparer/) { get; set; } | Gets or sets the comparer to sort tasks on Gantt chart and Task Sheet chart. | | [TasksFilter](../../aspose.tasks.saving/simplesaveoptions/tasksfilter/) { get; set; } | Gets or sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts. | | [TextStyles](../../aspose.tasks.saving/saveoptions/textstyles/) { get; set; } | Gets or sets the list of text styles that applied during rendering of a project view. | diff --git a/english/net/aspose.tasks.util/and-1/_index.md b/english/net/aspose.tasks.util/and-1/_index.md index 903d83d2a..5a4f82871 100644 --- a/english/net/aspose.tasks.util/and-1/_index.md +++ b/english/net/aspose.tasks.util/and-1/_index.md @@ -3,7 +3,7 @@ title: Class AndT second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.And1T class. Applies logical AND to the specified conditions type: docs -weight: 2620 +weight: 2640 url: /net/aspose.tasks.util/and-1/ --- ## And<T> class diff --git a/english/net/aspose.tasks.util/andallcondition-1/_index.md b/english/net/aspose.tasks.util/andallcondition-1/_index.md index 41aeadb72..0739d0e2b 100644 --- a/english/net/aspose.tasks.util/andallcondition-1/_index.md +++ b/english/net/aspose.tasks.util/andallcondition-1/_index.md @@ -3,7 +3,7 @@ title: Class AndAllConditionT second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.AndAllCondition1T class. Applies logical AND to all conditions. For example cond1 AND cond2 AND cond3 type: docs -weight: 2610 +weight: 2630 url: /net/aspose.tasks.util/andallcondition-1/ --- ## AndAllCondition<T> class diff --git a/english/net/aspose.tasks.util/checkcircuit/_index.md b/english/net/aspose.tasks.util/checkcircuit/_index.md index 87b912021..33d65c2e5 100644 --- a/english/net/aspose.tasks.util/checkcircuit/_index.md +++ b/english/net/aspose.tasks.util/checkcircuit/_index.md @@ -3,7 +3,7 @@ title: Class CheckCircuit second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.CheckCircuit class. Checks a tree of tasks whether it contains a circuit type: docs -weight: 2630 +weight: 2650 url: /net/aspose.tasks.util/checkcircuit/ --- ## CheckCircuit class diff --git a/english/net/aspose.tasks.util/childtaskscollector/_index.md b/english/net/aspose.tasks.util/childtaskscollector/_index.md index 0c71e2dd9..fbe7b4ee4 100644 --- a/english/net/aspose.tasks.util/childtaskscollector/_index.md +++ b/english/net/aspose.tasks.util/childtaskscollector/_index.md @@ -3,7 +3,7 @@ title: Class ChildTasksCollector second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.ChildTasksCollector class. Collects all child tasks type: docs -weight: 2640 +weight: 2660 url: /net/aspose.tasks.util/childtaskscollector/ --- ## ChildTasksCollector class diff --git a/english/net/aspose.tasks.util/fieldhelper/_index.md b/english/net/aspose.tasks.util/fieldhelper/_index.md index d3ced7641..e1a0089b5 100644 --- a/english/net/aspose.tasks.util/fieldhelper/_index.md +++ b/english/net/aspose.tasks.util/fieldhelper/_index.md @@ -3,7 +3,7 @@ title: Class FieldHelper second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.FieldHelper class. Helper class which provides useful operations with fields type: docs -weight: 2650 +weight: 2670 url: /net/aspose.tasks.util/fieldhelper/ --- ## FieldHelper class diff --git a/english/net/aspose.tasks.util/ialgorithm-1/_index.md b/english/net/aspose.tasks.util/ialgorithm-1/_index.md index 987230311..97003ba3c 100644 --- a/english/net/aspose.tasks.util/ialgorithm-1/_index.md +++ b/english/net/aspose.tasks.util/ialgorithm-1/_index.md @@ -3,7 +3,7 @@ title: Interface IAlgorithmT second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.IAlgorithm1T interface. Represents an algorithm that can be applied to a list of objects T type: docs -weight: 2660 +weight: 2680 url: /net/aspose.tasks.util/ialgorithm-1/ --- ## IAlgorithm<T> interface diff --git a/english/net/aspose.tasks.util/icondition-1/_index.md b/english/net/aspose.tasks.util/icondition-1/_index.md index 64d87559e..e8a4a4887 100644 --- a/english/net/aspose.tasks.util/icondition-1/_index.md +++ b/english/net/aspose.tasks.util/icondition-1/_index.md @@ -3,7 +3,7 @@ title: Interface IConditionT second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.ICondition1T interface. Represents a condition which can be used by filters or search methods type: docs -weight: 2670 +weight: 2690 url: /net/aspose.tasks.util/icondition-1/ --- ## ICondition<T> interface diff --git a/english/net/aspose.tasks.util/itreealgorithm-1/_index.md b/english/net/aspose.tasks.util/itreealgorithm-1/_index.md index 7119f2240..3775d3e61 100644 --- a/english/net/aspose.tasks.util/itreealgorithm-1/_index.md +++ b/english/net/aspose.tasks.util/itreealgorithm-1/_index.md @@ -3,7 +3,7 @@ title: Interface ITreeAlgorithmT second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.ITreeAlgorithm1T interface. Represents an algorithm that can be applied to a tree of objects T type: docs -weight: 2680 +weight: 2700 url: /net/aspose.tasks.util/itreealgorithm-1/ --- ## ITreeAlgorithm<T> interface diff --git a/english/net/aspose.tasks.util/listutils/_index.md b/english/net/aspose.tasks.util/listutils/_index.md index 30e7b0c51..d48951190 100644 --- a/english/net/aspose.tasks.util/listutils/_index.md +++ b/english/net/aspose.tasks.util/listutils/_index.md @@ -3,7 +3,7 @@ title: Class ListUtils second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.ListUtils class. Utility class for list processing type: docs -weight: 2690 +weight: 2710 url: /net/aspose.tasks.util/listutils/ --- ## ListUtils class diff --git a/english/net/aspose.tasks.util/not-1/_index.md b/english/net/aspose.tasks.util/not-1/_index.md index fca4c8fa4..b93432387 100644 --- a/english/net/aspose.tasks.util/not-1/_index.md +++ b/english/net/aspose.tasks.util/not-1/_index.md @@ -3,7 +3,7 @@ title: Class NotT second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.Not1T class. Applies logical NOT to the specified condition type: docs -weight: 2700 +weight: 2720 url: /net/aspose.tasks.util/not-1/ --- ## Not<T> class diff --git a/english/net/aspose.tasks.util/removetask/_index.md b/english/net/aspose.tasks.util/removetask/_index.md index 674394235..d549676de 100644 --- a/english/net/aspose.tasks.util/removetask/_index.md +++ b/english/net/aspose.tasks.util/removetask/_index.md @@ -3,7 +3,7 @@ title: Class RemoveTask second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.RemoveTask class. Removes the specified task from a tree of tasks type: docs -weight: 2710 +weight: 2730 url: /net/aspose.tasks.util/removetask/ --- ## RemoveTask class diff --git a/english/net/aspose.tasks.util/taskutils/_index.md b/english/net/aspose.tasks.util/taskutils/_index.md index e8371bca3..ea3ccb460 100644 --- a/english/net/aspose.tasks.util/taskutils/_index.md +++ b/english/net/aspose.tasks.util/taskutils/_index.md @@ -3,7 +3,7 @@ title: Class TaskUtils second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.TaskUtils class. Helper class which provides useful operations with tasks type: docs -weight: 2720 +weight: 2740 url: /net/aspose.tasks.util/taskutils/ --- ## TaskUtils class diff --git a/english/net/aspose.tasks.util/treealgorithmbase-1/_index.md b/english/net/aspose.tasks.util/treealgorithmbase-1/_index.md index 580068af3..5d62ae90c 100644 --- a/english/net/aspose.tasks.util/treealgorithmbase-1/_index.md +++ b/english/net/aspose.tasks.util/treealgorithmbase-1/_index.md @@ -3,7 +3,7 @@ title: Class TreeAlgorithmBaseT second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Util.TreeAlgorithmBase1T class. A base class for implementations of ITreeAlgorithm type: docs -weight: 2730 +weight: 2750 url: /net/aspose.tasks.util/treealgorithmbase-1/ --- ## TreeAlgorithmBase<T> class diff --git a/english/net/aspose.tasks.visualization/assignmenttocolumntextconverter/_index.md b/english/net/aspose.tasks.visualization/assignmenttocolumntextconverter/_index.md index 5489b9562..44a501130 100644 --- a/english/net/aspose.tasks.visualization/assignmenttocolumntextconverter/_index.md +++ b/english/net/aspose.tasks.visualization/assignmenttocolumntextconverter/_index.md @@ -3,7 +3,7 @@ title: Delegate AssignmentToColumnTextConverter second_title: Aspose.Tasks for .NET API Reference description: ResourceAssignment data to columns string converter type: docs -weight: 2870 +weight: 2890 url: /net/aspose.tasks.visualization/assignmenttocolumntextconverter/ --- ## AssignmentToColumnTextConverter delegate diff --git a/english/net/aspose.tasks.visualization/assignmentviewcolumn/_index.md b/english/net/aspose.tasks.visualization/assignmentviewcolumn/_index.md index 3e2f70ef9..259dfa4f5 100644 --- a/english/net/aspose.tasks.visualization/assignmentviewcolumn/_index.md +++ b/english/net/aspose.tasks.visualization/assignmentviewcolumn/_index.md @@ -3,7 +3,7 @@ title: Class AssignmentViewColumn second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.AssignmentViewColumn class. Projects view class type: docs -weight: 2880 +weight: 2900 url: /net/aspose.tasks.visualization/assignmentviewcolumn/ --- ## AssignmentViewColumn class diff --git a/english/net/aspose.tasks.visualization/baritemtype/_index.md b/english/net/aspose.tasks.visualization/baritemtype/_index.md index 8d806d621..2f57af7ab 100644 --- a/english/net/aspose.tasks.visualization/baritemtype/_index.md +++ b/english/net/aspose.tasks.visualization/baritemtype/_index.md @@ -3,7 +3,7 @@ title: Enum BarItemType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.BarItemType enum. Item type to change a bar style for type: docs -weight: 2890 +weight: 2910 url: /net/aspose.tasks.visualization/baritemtype/ --- ## BarItemType enumeration diff --git a/english/net/aspose.tasks.visualization/barshape/_index.md b/english/net/aspose.tasks.visualization/barshape/_index.md index 5bc6f600b..c1aa5b9d1 100644 --- a/english/net/aspose.tasks.visualization/barshape/_index.md +++ b/english/net/aspose.tasks.visualization/barshape/_index.md @@ -3,7 +3,7 @@ title: Enum BarShape second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.BarShape enum. Shape of a bar rectangle type: docs -weight: 2900 +weight: 2920 url: /net/aspose.tasks.visualization/barshape/ --- ## BarShape enumeration diff --git a/english/net/aspose.tasks.visualization/barstyle/_index.md b/english/net/aspose.tasks.visualization/barstyle/_index.md index eeb431d5a..7217bd062 100644 --- a/english/net/aspose.tasks.visualization/barstyle/_index.md +++ b/english/net/aspose.tasks.visualization/barstyle/_index.md @@ -3,7 +3,7 @@ title: Class BarStyle second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.BarStyle class. Change the visual style of the bar for the item in the project view type: docs -weight: 2910 +weight: 2930 url: /net/aspose.tasks.visualization/barstyle/ --- ## BarStyle class diff --git a/english/net/aspose.tasks.visualization/border/_index.md b/english/net/aspose.tasks.visualization/border/_index.md index b88609e2d..f75c6e1dd 100644 --- a/english/net/aspose.tasks.visualization/border/_index.md +++ b/english/net/aspose.tasks.visualization/border/_index.md @@ -3,7 +3,7 @@ title: Enum Border second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.Border enum. Specifies the type borders type: docs -weight: 2920 +weight: 2940 url: /net/aspose.tasks.visualization/border/ --- ## Border enumeration diff --git a/english/net/aspose.tasks.visualization/datelabel/_index.md b/english/net/aspose.tasks.visualization/datelabel/_index.md index af98323fd..33817c315 100644 --- a/english/net/aspose.tasks.visualization/datelabel/_index.md +++ b/english/net/aspose.tasks.visualization/datelabel/_index.md @@ -3,7 +3,7 @@ title: Enum DateLabel second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.DateLabel enum. Specifies the display format for date and time labels in a timescale type: docs -weight: 2930 +weight: 2950 url: /net/aspose.tasks.visualization/datelabel/ --- ## DateLabel enumeration diff --git a/english/net/aspose.tasks.visualization/datetimeconverter/_index.md b/english/net/aspose.tasks.visualization/datetimeconverter/_index.md index 4c51ecb2a..dea92c202 100644 --- a/english/net/aspose.tasks.visualization/datetimeconverter/_index.md +++ b/english/net/aspose.tasks.visualization/datetimeconverter/_index.md @@ -3,7 +3,7 @@ title: Delegate DateTimeConverter second_title: Aspose.Tasks for .NET API Reference description: Represents a converter method to convert date to string in view timescale tiers type: docs -weight: 2940 +weight: 2960 url: /net/aspose.tasks.visualization/datetimeconverter/ --- ## DateTimeConverter delegate diff --git a/english/net/aspose.tasks.visualization/fillpattern/_index.md b/english/net/aspose.tasks.visualization/fillpattern/_index.md index e66e5e580..1ed14724a 100644 --- a/english/net/aspose.tasks.visualization/fillpattern/_index.md +++ b/english/net/aspose.tasks.visualization/fillpattern/_index.md @@ -3,7 +3,7 @@ title: Enum FillPattern second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.FillPattern enum. Fill pattern used in middle shape of a gantt bar type: docs -weight: 2950 +weight: 2970 url: /net/aspose.tasks.visualization/fillpattern/ --- ## FillPattern enumeration diff --git a/english/net/aspose.tasks.visualization/fontdescriptor/_index.md b/english/net/aspose.tasks.visualization/fontdescriptor/_index.md index 66c212261..d8e078178 100644 --- a/english/net/aspose.tasks.visualization/fontdescriptor/_index.md +++ b/english/net/aspose.tasks.visualization/fontdescriptor/_index.md @@ -3,7 +3,7 @@ title: Class FontDescriptor second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.FontDescriptor class. Represents font information type: docs -weight: 2960 +weight: 2980 url: /net/aspose.tasks.visualization/fontdescriptor/ --- ## FontDescriptor class diff --git a/english/net/aspose.tasks.visualization/fontstyles/_index.md b/english/net/aspose.tasks.visualization/fontstyles/_index.md index 4531d771d..63e59b308 100644 --- a/english/net/aspose.tasks.visualization/fontstyles/_index.md +++ b/english/net/aspose.tasks.visualization/fontstyles/_index.md @@ -3,7 +3,7 @@ title: Enum FontStyles second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.FontStyles enum. Specifies style information applied to text type: docs -weight: 2970 +weight: 2990 url: /net/aspose.tasks.visualization/fontstyles/ --- ## FontStyles enumeration diff --git a/english/net/aspose.tasks.visualization/ganttbarendshape/_index.md b/english/net/aspose.tasks.visualization/ganttbarendshape/_index.md index 7af45bd66..36ec7c426 100644 --- a/english/net/aspose.tasks.visualization/ganttbarendshape/_index.md +++ b/english/net/aspose.tasks.visualization/ganttbarendshape/_index.md @@ -3,7 +3,7 @@ title: Enum GanttBarEndShape second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.GanttBarEndShape enum. Represents end shape in bars and progress points in progress lines type: docs -weight: 2980 +weight: 3000 url: /net/aspose.tasks.visualization/ganttbarendshape/ --- ## GanttBarEndShape enumeration diff --git a/english/net/aspose.tasks.visualization/ganttbarfillpattern/_index.md b/english/net/aspose.tasks.visualization/ganttbarfillpattern/_index.md index 762c8ec56..55b13260d 100644 --- a/english/net/aspose.tasks.visualization/ganttbarfillpattern/_index.md +++ b/english/net/aspose.tasks.visualization/ganttbarfillpattern/_index.md @@ -3,7 +3,7 @@ title: Enum GanttBarFillPattern second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.GanttBarFillPattern enum. A shapes fill pattern type: docs -weight: 2990 +weight: 3010 url: /net/aspose.tasks.visualization/ganttbarfillpattern/ --- ## GanttBarFillPattern enumeration diff --git a/english/net/aspose.tasks.visualization/ganttbarmiddleshape/_index.md b/english/net/aspose.tasks.visualization/ganttbarmiddleshape/_index.md index 467cd1c9a..a5f35a814 100644 --- a/english/net/aspose.tasks.visualization/ganttbarmiddleshape/_index.md +++ b/english/net/aspose.tasks.visualization/ganttbarmiddleshape/_index.md @@ -3,7 +3,7 @@ title: Enum GanttBarMiddleShape second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.GanttBarMiddleShape enum. Specifies the middle shape of a bar type: docs -weight: 3000 +weight: 3020 url: /net/aspose.tasks.visualization/ganttbarmiddleshape/ --- ## GanttBarMiddleShape enumeration diff --git a/english/net/aspose.tasks.visualization/ganttbarshowfor/_index.md b/english/net/aspose.tasks.visualization/ganttbarshowfor/_index.md index fbe3380bb..0bd90b59f 100644 --- a/english/net/aspose.tasks.visualization/ganttbarshowfor/_index.md +++ b/english/net/aspose.tasks.visualization/ganttbarshowfor/_index.md @@ -3,7 +3,7 @@ title: Enum GanttBarShowFor second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.GanttBarShowFor enum. Represents categories of tasks used when customizing Bar Styles of Gantt chart type: docs -weight: 3010 +weight: 3030 url: /net/aspose.tasks.visualization/ganttbarshowfor/ --- ## GanttBarShowFor enumeration diff --git a/english/net/aspose.tasks.visualization/ganttbarstyle/_index.md b/english/net/aspose.tasks.visualization/ganttbarstyle/_index.md index 47f18aa47..cd2dab71a 100644 --- a/english/net/aspose.tasks.visualization/ganttbarstyle/_index.md +++ b/english/net/aspose.tasks.visualization/ganttbarstyle/_index.md @@ -3,7 +3,7 @@ title: Class GanttBarStyle second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.GanttBarStyle class. Represents a bar style used by MSP in Gantt Chart view type: docs -weight: 3020 +weight: 3040 url: /net/aspose.tasks.visualization/ganttbarstyle/ --- ## GanttBarStyle class diff --git a/english/net/aspose.tasks.visualization/ganttbartype/_index.md b/english/net/aspose.tasks.visualization/ganttbartype/_index.md index 780aeddca..9fb0181b5 100644 --- a/english/net/aspose.tasks.visualization/ganttbartype/_index.md +++ b/english/net/aspose.tasks.visualization/ganttbartype/_index.md @@ -3,7 +3,7 @@ title: Enum GanttBarType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.GanttBarType enum. Specifies the bar type type: docs -weight: 3030 +weight: 3050 url: /net/aspose.tasks.visualization/ganttbartype/ --- ## GanttBarType enumeration diff --git a/english/net/aspose.tasks.visualization/ganttchartcolumn/_index.md b/english/net/aspose.tasks.visualization/ganttchartcolumn/_index.md index daca24251..5cb4e6dc5 100644 --- a/english/net/aspose.tasks.visualization/ganttchartcolumn/_index.md +++ b/english/net/aspose.tasks.visualization/ganttchartcolumn/_index.md @@ -3,7 +3,7 @@ title: Class GanttChartColumn second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.GanttChartColumn class. Projects view class type: docs -weight: 3040 +weight: 3060 url: /net/aspose.tasks.visualization/ganttchartcolumn/ --- ## GanttChartColumn class diff --git a/english/net/aspose.tasks.visualization/gridline/_index.md b/english/net/aspose.tasks.visualization/gridline/_index.md index e7e429887..d46e14fd3 100644 --- a/english/net/aspose.tasks.visualization/gridline/_index.md +++ b/english/net/aspose.tasks.visualization/gridline/_index.md @@ -3,7 +3,7 @@ title: Class Gridline second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.Gridline class. The horizontal or vertical line that appears in the project view type: docs -weight: 3050 +weight: 3070 url: /net/aspose.tasks.visualization/gridline/ --- ## Gridline class diff --git a/english/net/aspose.tasks.visualization/gridlines/_index.md b/english/net/aspose.tasks.visualization/gridlines/_index.md index ce105c73f..0c34786e5 100644 --- a/english/net/aspose.tasks.visualization/gridlines/_index.md +++ b/english/net/aspose.tasks.visualization/gridlines/_index.md @@ -3,7 +3,7 @@ title: Class Gridlines second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.Gridlines class. Represents gridlines that appear in a GanttChart view type: docs -weight: 3070 +weight: 3090 url: /net/aspose.tasks.visualization/gridlines/ --- ## Gridlines class diff --git a/english/net/aspose.tasks.visualization/gridlinetype/_index.md b/english/net/aspose.tasks.visualization/gridlinetype/_index.md index d5a858f5c..8251a7ad1 100644 --- a/english/net/aspose.tasks.visualization/gridlinetype/_index.md +++ b/english/net/aspose.tasks.visualization/gridlinetype/_index.md @@ -3,7 +3,7 @@ title: Enum GridlineType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.GridlineType enum. Type of gridline type: docs -weight: 3060 +weight: 3080 url: /net/aspose.tasks.visualization/gridlinetype/ --- ## GridlineType enumeration diff --git a/english/net/aspose.tasks.visualization/headerfooterinfo/_index.md b/english/net/aspose.tasks.visualization/headerfooterinfo/_index.md index dc91ba1c4..4c930ffa6 100644 --- a/english/net/aspose.tasks.visualization/headerfooterinfo/_index.md +++ b/english/net/aspose.tasks.visualization/headerfooterinfo/_index.md @@ -3,7 +3,7 @@ title: Class HeaderFooterInfo second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.HeaderFooterInfo class. Represents visual content of the header footer or legend which is used for printing rendering of views type: docs -weight: 3080 +weight: 3100 url: /net/aspose.tasks.visualization/headerfooterinfo/ --- ## HeaderFooterInfo class diff --git a/english/net/aspose.tasks.visualization/horizontalalignment/_index.md b/english/net/aspose.tasks.visualization/horizontalalignment/_index.md index 1da724cba..8ac4eb87c 100644 --- a/english/net/aspose.tasks.visualization/horizontalalignment/_index.md +++ b/english/net/aspose.tasks.visualization/horizontalalignment/_index.md @@ -3,7 +3,7 @@ title: Enum HorizontalAlignment second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.HorizontalAlignment enum. Specifies how an object or text is horizontally aligned relative to another object type: docs -weight: 3090 +weight: 3110 url: /net/aspose.tasks.visualization/horizontalalignment/ --- ## HorizontalAlignment enumeration diff --git a/english/net/aspose.tasks.visualization/horizontalstringalignment/_index.md b/english/net/aspose.tasks.visualization/horizontalstringalignment/_index.md index 90e575ccd..a2767e14c 100644 --- a/english/net/aspose.tasks.visualization/horizontalstringalignment/_index.md +++ b/english/net/aspose.tasks.visualization/horizontalstringalignment/_index.md @@ -3,7 +3,7 @@ title: Enum HorizontalStringAlignment second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.HorizontalStringAlignment enum. Specifies the alignment of a text string relative to its layout rectangle type: docs -weight: 3100 +weight: 3120 url: /net/aspose.tasks.visualization/horizontalstringalignment/ --- ## HorizontalStringAlignment enumeration diff --git a/english/net/aspose.tasks.visualization/interval/_index.md b/english/net/aspose.tasks.visualization/interval/_index.md index d1b1e33f0..ed33a15c4 100644 --- a/english/net/aspose.tasks.visualization/interval/_index.md +++ b/english/net/aspose.tasks.visualization/interval/_index.md @@ -3,7 +3,7 @@ title: Enum Interval second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.Interval enum. Specifies recurring intervals to display progress lines at type: docs -weight: 3120 +weight: 3140 url: /net/aspose.tasks.visualization/interval/ --- ## Interval enumeration diff --git a/english/net/aspose.tasks.visualization/itextstylemodificationcallback/_index.md b/english/net/aspose.tasks.visualization/itextstylemodificationcallback/_index.md index 046f46b79..1363a5677 100644 --- a/english/net/aspose.tasks.visualization/itextstylemodificationcallback/_index.md +++ b/english/net/aspose.tasks.visualization/itextstylemodificationcallback/_index.md @@ -3,7 +3,7 @@ title: Interface ITextStyleModificationCallback second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.ITextStyleModificationCallback interface. Represents a callback that is called before TextStyle is applied to a table cell type: docs -weight: 3110 +weight: 3130 url: /net/aspose.tasks.visualization/itextstylemodificationcallback/ --- ## ITextStyleModificationCallback interface diff --git a/english/net/aspose.tasks.visualization/legend/_index.md b/english/net/aspose.tasks.visualization/legend/_index.md index 508350c83..ea53dc631 100644 --- a/english/net/aspose.tasks.visualization/legend/_index.md +++ b/english/net/aspose.tasks.visualization/legend/_index.md @@ -3,7 +3,7 @@ title: Enum Legend second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.Legend enum. Specifies the possible options used when rendering views legend type: docs -weight: 3130 +weight: 3150 url: /net/aspose.tasks.visualization/legend/ --- ## Legend enumeration diff --git a/english/net/aspose.tasks.visualization/linepattern/_index.md b/english/net/aspose.tasks.visualization/linepattern/_index.md index 166a18870..3f4133160 100644 --- a/english/net/aspose.tasks.visualization/linepattern/_index.md +++ b/english/net/aspose.tasks.visualization/linepattern/_index.md @@ -3,7 +3,7 @@ title: Enum LinePattern second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.LinePattern enum. Line pattern type: docs -weight: 3140 +weight: 3160 url: /net/aspose.tasks.visualization/linepattern/ --- ## LinePattern enumeration diff --git a/english/net/aspose.tasks.visualization/pageinfo/_index.md b/english/net/aspose.tasks.visualization/pageinfo/_index.md index 38f1cc089..f6ff1f9b9 100644 --- a/english/net/aspose.tasks.visualization/pageinfo/_index.md +++ b/english/net/aspose.tasks.visualization/pageinfo/_index.md @@ -3,7 +3,7 @@ title: Class PageInfo second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.PageInfo class. Represents page setup data which is present in MPP file format and used for printing type: docs -weight: 3150 +weight: 3170 url: /net/aspose.tasks.visualization/pageinfo/ --- ## PageInfo class diff --git a/english/net/aspose.tasks.visualization/pagelegend/_index.md b/english/net/aspose.tasks.visualization/pagelegend/_index.md index 87c69ac21..ba3c1ca33 100644 --- a/english/net/aspose.tasks.visualization/pagelegend/_index.md +++ b/english/net/aspose.tasks.visualization/pagelegend/_index.md @@ -3,7 +3,7 @@ title: Class PageLegend second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.PageLegend class. Represents a page legend which is used for project printing type: docs -weight: 3160 +weight: 3180 url: /net/aspose.tasks.visualization/pagelegend/ --- ## PageLegend class diff --git a/english/net/aspose.tasks.visualization/pagelegenditem/_index.md b/english/net/aspose.tasks.visualization/pagelegenditem/_index.md index 89dc519d2..5cefeb8bb 100644 --- a/english/net/aspose.tasks.visualization/pagelegenditem/_index.md +++ b/english/net/aspose.tasks.visualization/pagelegenditem/_index.md @@ -3,7 +3,7 @@ title: Class PageLegendItem second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.PageLegendItem class. Represents an item of page legend of Gantt chart type: docs -weight: 3170 +weight: 3190 url: /net/aspose.tasks.visualization/pagelegenditem/ --- ## PageLegendItem class diff --git a/english/net/aspose.tasks.visualization/pagemargins/_index.md b/english/net/aspose.tasks.visualization/pagemargins/_index.md index 8c895b2a7..fb935a33b 100644 --- a/english/net/aspose.tasks.visualization/pagemargins/_index.md +++ b/english/net/aspose.tasks.visualization/pagemargins/_index.md @@ -3,7 +3,7 @@ title: Class PageMargins second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.PageMargins class. Represents page margins for printing type: docs -weight: 3180 +weight: 3200 url: /net/aspose.tasks.visualization/pagemargins/ --- ## PageMargins class diff --git a/english/net/aspose.tasks.visualization/pagesettings/_index.md b/english/net/aspose.tasks.visualization/pagesettings/_index.md index 43c483c1d..06af2353c 100644 --- a/english/net/aspose.tasks.visualization/pagesettings/_index.md +++ b/english/net/aspose.tasks.visualization/pagesettings/_index.md @@ -3,7 +3,7 @@ title: Class PageSettings second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.PageSettings class. Represents printing settings for a page of project view type: docs -weight: 3190 +weight: 3210 url: /net/aspose.tasks.visualization/pagesettings/ --- ## PageSettings class diff --git a/english/net/aspose.tasks.visualization/pagesize/_index.md b/english/net/aspose.tasks.visualization/pagesize/_index.md index 6c2d5c991..ad7fcd027 100644 --- a/english/net/aspose.tasks.visualization/pagesize/_index.md +++ b/english/net/aspose.tasks.visualization/pagesize/_index.md @@ -3,7 +3,7 @@ title: Enum PageSize second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.PageSize enum. Specifies page size type: docs -weight: 3200 +weight: 3220 url: /net/aspose.tasks.visualization/pagesize/ --- ## PageSize enumeration diff --git a/english/net/aspose.tasks.visualization/pageviewsettings/_index.md b/english/net/aspose.tasks.visualization/pageviewsettings/_index.md index b4f117e72..472ca7787 100644 --- a/english/net/aspose.tasks.visualization/pageviewsettings/_index.md +++ b/english/net/aspose.tasks.visualization/pageviewsettings/_index.md @@ -3,7 +3,7 @@ title: Class PageViewSettings second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.PageViewSettings class. Represents printing settings for a project view type: docs -weight: 3210 +weight: 3230 url: /net/aspose.tasks.visualization/pageviewsettings/ --- ## PageViewSettings class diff --git a/english/net/aspose.tasks.visualization/presentationformat/_index.md b/english/net/aspose.tasks.visualization/presentationformat/_index.md index bb759d775..b633eede5 100644 --- a/english/net/aspose.tasks.visualization/presentationformat/_index.md +++ b/english/net/aspose.tasks.visualization/presentationformat/_index.md @@ -3,7 +3,7 @@ title: Enum PresentationFormat second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.PresentationFormat enum. Enumeration for presentation format type: docs -weight: 3220 +weight: 3240 url: /net/aspose.tasks.visualization/presentationformat/ --- ## PresentationFormat enumeration diff --git a/english/net/aspose.tasks.visualization/printerpapersize/_index.md b/english/net/aspose.tasks.visualization/printerpapersize/_index.md index 9e2ce88fe..12cd166cf 100644 --- a/english/net/aspose.tasks.visualization/printerpapersize/_index.md +++ b/english/net/aspose.tasks.visualization/printerpapersize/_index.md @@ -3,7 +3,7 @@ title: Enum PrinterPaperSize second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.PrinterPaperSize enum. Specifies the paper size which is used for printing type: docs -weight: 3230 +weight: 3250 url: /net/aspose.tasks.visualization/printerpapersize/ --- ## PrinterPaperSize enumeration diff --git a/english/net/aspose.tasks.visualization/progresslines/_index.md b/english/net/aspose.tasks.visualization/progresslines/_index.md index 0de1de60c..105827c4c 100644 --- a/english/net/aspose.tasks.visualization/progresslines/_index.md +++ b/english/net/aspose.tasks.visualization/progresslines/_index.md @@ -3,7 +3,7 @@ title: Class ProgressLines second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.ProgressLines class. Represents progress lines in a Gantt Chart view type: docs -weight: 3240 +weight: 3260 url: /net/aspose.tasks.visualization/progresslines/ --- ## ProgressLines class diff --git a/english/net/aspose.tasks.visualization/projectview/_index.md b/english/net/aspose.tasks.visualization/projectview/_index.md index 745256d06..6e1986e9a 100644 --- a/english/net/aspose.tasks.visualization/projectview/_index.md +++ b/english/net/aspose.tasks.visualization/projectview/_index.md @@ -3,7 +3,7 @@ title: Class ProjectView second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.ProjectView class. Projects view class type: docs -weight: 3250 +weight: 3270 url: /net/aspose.tasks.visualization/projectview/ --- ## ProjectView class diff --git a/english/net/aspose.tasks.visualization/recurringinterval.daytype/_index.md b/english/net/aspose.tasks.visualization/recurringinterval.daytype/_index.md index 809be6833..585198115 100644 --- a/english/net/aspose.tasks.visualization/recurringinterval.daytype/_index.md +++ b/english/net/aspose.tasks.visualization/recurringinterval.daytype/_index.md @@ -3,7 +3,7 @@ title: Enum RecurringInterval.DayType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.RecurringIntervalDayType enum. Represents a day type used in progress lines type: docs -weight: 3270 +weight: 3290 url: /net/aspose.tasks.visualization/recurringinterval.daytype/ --- ## RecurringInterval.DayType enumeration diff --git a/english/net/aspose.tasks.visualization/recurringinterval/_index.md b/english/net/aspose.tasks.visualization/recurringinterval/_index.md index 82e7c8eaa..60ee55a38 100644 --- a/english/net/aspose.tasks.visualization/recurringinterval/_index.md +++ b/english/net/aspose.tasks.visualization/recurringinterval/_index.md @@ -3,7 +3,7 @@ title: Class RecurringInterval second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.RecurringInterval class. Represents recurring intervals used in progress lines of a Gantt Chart view type: docs -weight: 3260 +weight: 3280 url: /net/aspose.tasks.visualization/recurringinterval/ --- ## RecurringInterval class diff --git a/english/net/aspose.tasks.visualization/reporttype/_index.md b/english/net/aspose.tasks.visualization/reporttype/_index.md index b843c0909..38088bf03 100644 --- a/english/net/aspose.tasks.visualization/reporttype/_index.md +++ b/english/net/aspose.tasks.visualization/reporttype/_index.md @@ -3,7 +3,7 @@ title: Enum ReportType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.ReportType enum. Type of the projects graphical report type: docs -weight: 3280 +weight: 3300 url: /net/aspose.tasks.visualization/reporttype/ --- ## ReportType enumeration diff --git a/english/net/aspose.tasks.visualization/resourcetocolumntextconverter/_index.md b/english/net/aspose.tasks.visualization/resourcetocolumntextconverter/_index.md index 913b9c2de..36670cc5b 100644 --- a/english/net/aspose.tasks.visualization/resourcetocolumntextconverter/_index.md +++ b/english/net/aspose.tasks.visualization/resourcetocolumntextconverter/_index.md @@ -3,7 +3,7 @@ title: Delegate ResourceToColumnTextConverter second_title: Aspose.Tasks for .NET API Reference description: Resources data to columns string converter type: docs -weight: 3290 +weight: 3310 url: /net/aspose.tasks.visualization/resourcetocolumntextconverter/ --- ## ResourceToColumnTextConverter delegate diff --git a/english/net/aspose.tasks.visualization/resourceviewcolumn/_index.md b/english/net/aspose.tasks.visualization/resourceviewcolumn/_index.md index dc05df688..cd2bf7aa9 100644 --- a/english/net/aspose.tasks.visualization/resourceviewcolumn/_index.md +++ b/english/net/aspose.tasks.visualization/resourceviewcolumn/_index.md @@ -3,7 +3,7 @@ title: Class ResourceViewColumn second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.ResourceViewColumn class. Projects view class used in ResourceUsage view and ResourceSheet view type: docs -weight: 3300 +weight: 3320 url: /net/aspose.tasks.visualization/resourceviewcolumn/ --- ## ResourceViewColumn class diff --git a/english/net/aspose.tasks.visualization/shape/_index.md b/english/net/aspose.tasks.visualization/shape/_index.md index f5fa14420..896dad8ef 100644 --- a/english/net/aspose.tasks.visualization/shape/_index.md +++ b/english/net/aspose.tasks.visualization/shape/_index.md @@ -3,7 +3,7 @@ title: Enum Shape second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.Shape enum. Shape of a marker at the beginning or end of the bar style to be rendered when saving view data to some of SaveFileFormat type: docs -weight: 3310 +weight: 3330 url: /net/aspose.tasks.visualization/shape/ --- ## Shape enumeration diff --git a/english/net/aspose.tasks.visualization/tabletextstyle/_index.md b/english/net/aspose.tasks.visualization/tabletextstyle/_index.md index b82500ef8..b1062b23f 100644 --- a/english/net/aspose.tasks.visualization/tabletextstyle/_index.md +++ b/english/net/aspose.tasks.visualization/tabletextstyle/_index.md @@ -3,7 +3,7 @@ title: Class TableTextStyle second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.TableTextStyle class. Represents a text style in a view table type: docs -weight: 3320 +weight: 3340 url: /net/aspose.tasks.visualization/tabletextstyle/ --- ## TableTextStyle class diff --git a/english/net/aspose.tasks.visualization/taskbartextconverter/_index.md b/english/net/aspose.tasks.visualization/taskbartextconverter/_index.md index f66634c87..737b83b7a 100644 --- a/english/net/aspose.tasks.visualization/taskbartextconverter/_index.md +++ b/english/net/aspose.tasks.visualization/taskbartextconverter/_index.md @@ -3,7 +3,7 @@ title: Delegate TaskBarTextConverter second_title: Aspose.Tasks for .NET API Reference description: Custom converter of tasks data to bar text type: docs -weight: 3330 +weight: 3350 url: /net/aspose.tasks.visualization/taskbartextconverter/ --- ## TaskBarTextConverter delegate diff --git a/english/net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md b/english/net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md index 0055b98ad..a242990d1 100644 --- a/english/net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md +++ b/english/net/aspose.tasks.visualization/tasktextstyleeventargs/_index.md @@ -3,7 +3,7 @@ title: Class TaskTextStyleEventArgs second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.TaskTextStyleEventArgs class. This class represents set of data that related to the rendering of table cells content type: docs -weight: 3340 +weight: 3360 url: /net/aspose.tasks.visualization/tasktextstyleeventargs/ --- ## TaskTextStyleEventArgs class diff --git a/english/net/aspose.tasks.visualization/tasktocolumntextconverter/_index.md b/english/net/aspose.tasks.visualization/tasktocolumntextconverter/_index.md index 2f91f601c..5002126f1 100644 --- a/english/net/aspose.tasks.visualization/tasktocolumntextconverter/_index.md +++ b/english/net/aspose.tasks.visualization/tasktocolumntextconverter/_index.md @@ -3,7 +3,7 @@ title: Delegate TaskToColumnTextConverter second_title: Aspose.Tasks for .NET API Reference description: Tasks data to columns string converter type: docs -weight: 3350 +weight: 3370 url: /net/aspose.tasks.visualization/tasktocolumntextconverter/ --- ## TaskToColumnTextConverter delegate diff --git a/english/net/aspose.tasks.visualization/textitemtype/_index.md b/english/net/aspose.tasks.visualization/textitemtype/_index.md index 1f29cd486..255ead523 100644 --- a/english/net/aspose.tasks.visualization/textitemtype/_index.md +++ b/english/net/aspose.tasks.visualization/textitemtype/_index.md @@ -3,7 +3,7 @@ title: Enum TextItemType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.TextItemType enum. Item type to change a text style for type: docs -weight: 3360 +weight: 3380 url: /net/aspose.tasks.visualization/textitemtype/ --- ## TextItemType enumeration diff --git a/english/net/aspose.tasks.visualization/textstyle/_index.md b/english/net/aspose.tasks.visualization/textstyle/_index.md index e896d7bb1..5f156f0c3 100644 --- a/english/net/aspose.tasks.visualization/textstyle/_index.md +++ b/english/net/aspose.tasks.visualization/textstyle/_index.md @@ -3,7 +3,7 @@ title: Class TextStyle second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.TextStyle class. Change the visual style of the text for an item in the project view type: docs -weight: 3370 +weight: 3390 url: /net/aspose.tasks.visualization/textstyle/ --- ## TextStyle class diff --git a/english/net/aspose.tasks.visualization/timescale/_index.md b/english/net/aspose.tasks.visualization/timescale/_index.md index 9242496a4..c8dd0f470 100644 --- a/english/net/aspose.tasks.visualization/timescale/_index.md +++ b/english/net/aspose.tasks.visualization/timescale/_index.md @@ -3,7 +3,7 @@ title: Enum Timescale second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.Timescale enum. Defines options which specifies how to render timescale in Gantt Chart Task Usage or Resource Usage views when the project is exported to a graphic format type: docs -weight: 3380 +weight: 3400 url: /net/aspose.tasks.visualization/timescale/ --- ## Timescale enumeration diff --git a/english/net/aspose.tasks.visualization/timescalefitbehavior/_index.md b/english/net/aspose.tasks.visualization/timescalefitbehavior/_index.md index f5439566b..7c84ac4c1 100644 --- a/english/net/aspose.tasks.visualization/timescalefitbehavior/_index.md +++ b/english/net/aspose.tasks.visualization/timescalefitbehavior/_index.md @@ -3,7 +3,7 @@ title: Enum TimescaleFitBehavior second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.TimescaleFitBehavior enum. Represents a behavior used to align timescale area with page width type: docs -weight: 3390 +weight: 3410 url: /net/aspose.tasks.visualization/timescalefitbehavior/ --- ## TimescaleFitBehavior enumeration diff --git a/english/net/aspose.tasks.visualization/timescaletier/_index.md b/english/net/aspose.tasks.visualization/timescaletier/_index.md index dd01d044b..52c83d592 100644 --- a/english/net/aspose.tasks.visualization/timescaletier/_index.md +++ b/english/net/aspose.tasks.visualization/timescaletier/_index.md @@ -3,7 +3,7 @@ title: Class TimescaleTier second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.TimescaleTier class. Represents a single tier of the timescale on a Gantt Chart type: docs -weight: 3400 +weight: 3420 url: /net/aspose.tasks.visualization/timescaletier/ --- ## TimescaleTier class diff --git a/english/net/aspose.tasks.visualization/timescaleunit/_index.md b/english/net/aspose.tasks.visualization/timescaleunit/_index.md index 98e312d92..f1cd8aff2 100644 --- a/english/net/aspose.tasks.visualization/timescaleunit/_index.md +++ b/english/net/aspose.tasks.visualization/timescaleunit/_index.md @@ -3,7 +3,7 @@ title: Enum TimescaleUnit second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.TimescaleUnit enum. Specifies the unit of time for any tier of a timescale in a Gantt chart or other time phased view type: docs -weight: 3410 +weight: 3430 url: /net/aspose.tasks.visualization/timescaleunit/ --- ## TimescaleUnit enumeration diff --git a/english/net/aspose.tasks.visualization/viewcolumn/_index.md b/english/net/aspose.tasks.visualization/viewcolumn/_index.md index 17654bd5e..94c733d22 100644 --- a/english/net/aspose.tasks.visualization/viewcolumn/_index.md +++ b/english/net/aspose.tasks.visualization/viewcolumn/_index.md @@ -3,7 +3,7 @@ title: Class ViewColumn second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.ViewColumn class. Represents a column in a project view type: docs -weight: 3420 +weight: 3440 url: /net/aspose.tasks.visualization/viewcolumn/ --- ## ViewColumn class diff --git a/english/net/aspose.tasks.visualization/visualobjectplacement/_index.md b/english/net/aspose.tasks.visualization/visualobjectplacement/_index.md index b2e0e392f..64e8986f4 100644 --- a/english/net/aspose.tasks.visualization/visualobjectplacement/_index.md +++ b/english/net/aspose.tasks.visualization/visualobjectplacement/_index.md @@ -3,7 +3,7 @@ title: Class VisualObjectPlacement second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Visualization.VisualObjectPlacement class. Represents placement and appearance of OleObject in a view type: docs -weight: 3430 +weight: 3450 url: /net/aspose.tasks.visualization/visualobjectplacement/ --- ## VisualObjectPlacement class diff --git a/english/net/aspose.tasks/_index.md b/english/net/aspose.tasks/_index.md index 7e8887f9e..68e561638 100644 --- a/english/net/aspose.tasks/_index.md +++ b/english/net/aspose.tasks/_index.md @@ -126,6 +126,7 @@ Contains classes for work with Microsoft Project documents without utilizing Mic | [TaskCollection](./taskcollection/) | Represents a collection of [`Task`](../aspose.tasks/task/) objects. | | [TaskLink](./tasklink/) | Represents a predecessor link. | | [TaskLinkCollection](./tasklinkcollection/) | Represents a collection of [`Task`](../aspose.tasks/task/) objects. | +| [TaskLinkDrawingArgs](./tasklinkdrawingargs/) | Provides arguments for the callback that is invoked when task link is rendered. | | [TasksException](./tasksexception/) | Represents the standard internal exception type. | | [TasksLoggedException](./tasksloggedexception/) | Represents the standard internal exception type. | | [TasksReadingException](./tasksreadingexception/) | Represents the standard internal reading exception type. | diff --git a/english/net/aspose.tasks/calendar/primaveraproperties/_index.md b/english/net/aspose.tasks/calendar/primaveraproperties/_index.md index 00fb95a03..0615871f4 100644 --- a/english/net/aspose.tasks/calendar/primaveraproperties/_index.md +++ b/english/net/aspose.tasks/calendar/primaveraproperties/_index.md @@ -14,6 +14,22 @@ Gets an object containing Primavera-specific properties for a calendar read from public PrimaveraCalendarProperties PrimaveraProperties { get; } ``` +## Examples + +Shows how to read a project from a Primavera file and examine calendar's Primavera-specific properties. + +```csharp +var options = new PrimaveraReadOptions(); +options.ProjectUid = 4861; + +// Returns project with special Uid +var project = new Project(DataDir + "ScheduleOptions.xer", options); + +var calendar = project.Calendars.GetByUid(178); + +Console.WriteLine("Hours per day in '{0}' : {1}", calendar.Name, calendar.PrimaveraProperties.HoursPerDay); +``` + ### See Also * class [PrimaveraCalendarProperties](../../primaveracalendarproperties/) diff --git a/english/net/aspose.tasks/primaverabasereader/getprojectinfos/_index.md b/english/net/aspose.tasks/primaverabasereader/getprojectinfos/_index.md index cf5b6d87f..0ba3bd0ca 100644 --- a/english/net/aspose.tasks/primaverabasereader/getprojectinfos/_index.md +++ b/english/net/aspose.tasks/primaverabasereader/getprojectinfos/_index.md @@ -42,6 +42,25 @@ var project = reader.LoadProject(5494); Console.WriteLine("Loaded project '{0}' with Uid {1}", project.Name, project.Uid); ``` +Shows how to get brief info of projects from a Primavera database. + +```csharp +var settings = new PrimaveraDbSettings(GetConnectionString(), 0); + +var reader = new PrimaveraDbReader(settings); +var projectInfos = reader.GetProjectInfos(); + +foreach (var info in projectInfos) +{ + Console.WriteLine("{0} - '{1}' - '{2}'", info.Uid, info.ShortName, info.Name); +} + +var firstProject = reader.LoadProject(projectInfos[0].Uid); +Console.WriteLine(firstProject.Uid); +Console.WriteLine(firstProject.Name); +Console.WriteLine(firstProject.PrimaveraProperties.ShortName); +``` + ### See Also * class [PrimaveraProjectInfo](../../../aspose.tasks.primavera/primaveraprojectinfo/) diff --git a/english/net/aspose.tasks/primaveradbreader/_index.md b/english/net/aspose.tasks/primaveradbreader/_index.md index 0bb053bb6..89a39b158 100644 --- a/english/net/aspose.tasks/primaveradbreader/_index.md +++ b/english/net/aspose.tasks/primaveradbreader/_index.md @@ -28,6 +28,27 @@ public sealed class PrimaveraDbReader : PrimaveraBaseReader | [GetProjectUids](../../aspose.tasks/primaverabasereader/getprojectuids/)() | Return a list of the projects' unique identifiers. | | override [LoadProject](../../aspose.tasks/primaveradbreader/loadproject/)(int) | Loads the project with the specified unique identifier. | +## Examples + +Shows how to get brief info of projects from a Primavera database. + +```csharp +var settings = new PrimaveraDbSettings(GetConnectionString(), 0); + +var reader = new PrimaveraDbReader(settings); +var projectInfos = reader.GetProjectInfos(); + +foreach (var info in projectInfos) +{ + Console.WriteLine("{0} - '{1}' - '{2}'", info.Uid, info.ShortName, info.Name); +} + +var firstProject = reader.LoadProject(projectInfos[0].Uid); +Console.WriteLine(firstProject.Uid); +Console.WriteLine(firstProject.Name); +Console.WriteLine(firstProject.PrimaveraProperties.ShortName); +``` + ### See Also * class [PrimaveraBaseReader](../primaverabasereader/) diff --git a/english/net/aspose.tasks/project/primaveraproperties/_index.md b/english/net/aspose.tasks/project/primaveraproperties/_index.md index d91250a2d..c51bb3087 100644 --- a/english/net/aspose.tasks/project/primaveraproperties/_index.md +++ b/english/net/aspose.tasks/project/primaveraproperties/_index.md @@ -33,6 +33,14 @@ if (project.PrimaveraProperties != null) Console.WriteLine("Make Open Ended Activities Critical: " + project.PrimaveraProperties.MakeOpenEndedActivitiesCritical); Console.WriteLine("Ignore Other Project Relationships: " + project.PrimaveraProperties.IgnoreOtherProjectRelationships); Console.WriteLine("Use Expected Finish Dates: " + project.PrimaveraProperties.UseExpectedFinishDates); + + Console.WriteLine("How critical activities are defined: " + + project.PrimaveraProperties.CriticalActivitiesDefiningMethod); + + if (project.PrimaveraProperties.CriticalActivitiesDefiningMethod == PrimaveraCriticalActivitiesDefiningMethod.TotalFloat) + { + Console.WriteLine("Total Float threshold for critical activities: " + project.PrimaveraProperties.CriticalTotalFloatLimit); + } } ``` diff --git a/english/net/aspose.tasks/splitpart/_index.md b/english/net/aspose.tasks/splitpart/_index.md index 29f897862..6e134a0bb 100644 --- a/english/net/aspose.tasks/splitpart/_index.md +++ b/english/net/aspose.tasks/splitpart/_index.md @@ -3,7 +3,7 @@ title: Class SplitPart second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.SplitPart class. Represents a task portion. The SplitPart is a member of the tasks SplitParts collection type: docs -weight: 2250 +weight: 2260 url: /net/aspose.tasks/splitpart/ --- ## SplitPart class diff --git a/english/net/aspose.tasks/splitpartcollection/_index.md b/english/net/aspose.tasks/splitpartcollection/_index.md index a1af41c0e..c91cbc484 100644 --- a/english/net/aspose.tasks/splitpartcollection/_index.md +++ b/english/net/aspose.tasks/splitpartcollection/_index.md @@ -3,7 +3,7 @@ title: Class SplitPartCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.SplitPartCollection class. Collection that represents the portions of a task type: docs -weight: 2260 +weight: 2270 url: /net/aspose.tasks/splitpartcollection/ --- ## SplitPartCollection class diff --git a/english/net/aspose.tasks/summaryrowscalculationtype/_index.md b/english/net/aspose.tasks/summaryrowscalculationtype/_index.md index eca8cb86d..a92a060a4 100644 --- a/english/net/aspose.tasks/summaryrowscalculationtype/_index.md +++ b/english/net/aspose.tasks/summaryrowscalculationtype/_index.md @@ -3,7 +3,7 @@ title: Enum SummaryRowsCalculationType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.SummaryRowsCalculationType enum. Specifies the type of a calculation of the custom attributes value for summary rows type: docs -weight: 2270 +weight: 2280 url: /net/aspose.tasks/summaryrowscalculationtype/ --- ## SummaryRowsCalculationType enumeration diff --git a/english/net/aspose.tasks/table/_index.md b/english/net/aspose.tasks/table/_index.md index 530b4903a..98beef706 100644 --- a/english/net/aspose.tasks/table/_index.md +++ b/english/net/aspose.tasks/table/_index.md @@ -3,7 +3,7 @@ title: Class Table second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Table class. Represents a table in Project type: docs -weight: 2280 +weight: 2290 url: /net/aspose.tasks/table/ --- ## Table class diff --git a/english/net/aspose.tasks/tablecollection/_index.md b/english/net/aspose.tasks/tablecollection/_index.md index 9fedee2c8..2cd6448b7 100644 --- a/english/net/aspose.tasks/tablecollection/_index.md +++ b/english/net/aspose.tasks/tablecollection/_index.md @@ -3,7 +3,7 @@ title: Class TableCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TableCollection class. Contains a list of Table objects. Implements ICollectionTable interface type: docs -weight: 2290 +weight: 2300 url: /net/aspose.tasks/tablecollection/ --- ## TableCollection class diff --git a/english/net/aspose.tasks/tablefield/_index.md b/english/net/aspose.tasks/tablefield/_index.md index 89a15ff0b..b44774e0b 100644 --- a/english/net/aspose.tasks/tablefield/_index.md +++ b/english/net/aspose.tasks/tablefield/_index.md @@ -3,7 +3,7 @@ title: Class TableField second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TableField class. Represents a field of a table in a project type: docs -weight: 2300 +weight: 2310 url: /net/aspose.tasks/tablefield/ --- ## TableField class diff --git a/english/net/aspose.tasks/tablefieldcollection/_index.md b/english/net/aspose.tasks/tablefieldcollection/_index.md index d0de5b1a2..c68249af8 100644 --- a/english/net/aspose.tasks/tablefieldcollection/_index.md +++ b/english/net/aspose.tasks/tablefieldcollection/_index.md @@ -3,7 +3,7 @@ title: Class TableFieldCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TableFieldCollection class. Contains a list of TableField objects. Implements IListTableField interface type: docs -weight: 2310 +weight: 2320 url: /net/aspose.tasks/tablefieldcollection/ --- ## TableFieldCollection class diff --git a/english/net/aspose.tasks/task/_index.md b/english/net/aspose.tasks/task/_index.md index 8995d2a22..e35a95b26 100644 --- a/english/net/aspose.tasks/task/_index.md +++ b/english/net/aspose.tasks/task/_index.md @@ -3,7 +3,7 @@ title: Class Task second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Task class. Represents a task in a project type: docs -weight: 2320 +weight: 2330 url: /net/aspose.tasks/task/ --- ## Task class diff --git a/english/net/aspose.tasks/task/primaveraproperties/_index.md b/english/net/aspose.tasks/task/primaveraproperties/_index.md index 948d97e8c..7a294eb8b 100644 --- a/english/net/aspose.tasks/task/primaveraproperties/_index.md +++ b/english/net/aspose.tasks/task/primaveraproperties/_index.md @@ -64,6 +64,10 @@ foreach (Task task in project.EnumerateAllChildTasks()) task.PrimaveraProperties.ActualNonlaborCost, task.PrimaveraProperties.ActualTotalCost); + Console.WriteLine("Constraints:"); + Console.WriteLine("Primary: {0}, {1}", task.PrimaveraProperties.PrimaryConstraintType, task.PrimaveraProperties.PrimaryConstraintDate); + Console.WriteLine("Secondary: {0}, {1}", task.PrimaveraProperties.SecondaryConstraintType, task.PrimaveraProperties.SecondaryConstraintDate); + Console.WriteLine("Units % Complete: {0}", task.PrimaveraProperties.UnitsPercentComplete); } ``` diff --git a/english/net/aspose.tasks/taskbaseline/_index.md b/english/net/aspose.tasks/taskbaseline/_index.md index 3e1acad95..c8b0cfd06 100644 --- a/english/net/aspose.tasks/taskbaseline/_index.md +++ b/english/net/aspose.tasks/taskbaseline/_index.md @@ -3,7 +3,7 @@ title: Class TaskBaseline second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskBaseline class. Represents Baseline of a Task type: docs -weight: 2330 +weight: 2340 url: /net/aspose.tasks/taskbaseline/ --- ## TaskBaseline class diff --git a/english/net/aspose.tasks/taskbaselinecollection/_index.md b/english/net/aspose.tasks/taskbaselinecollection/_index.md index 39164a5f5..c3204c9df 100644 --- a/english/net/aspose.tasks/taskbaselinecollection/_index.md +++ b/english/net/aspose.tasks/taskbaselinecollection/_index.md @@ -3,7 +3,7 @@ title: Class TaskBaselineCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskBaselineCollection class. Represents a collection of TaskBaseline objects type: docs -weight: 2340 +weight: 2350 url: /net/aspose.tasks/taskbaselinecollection/ --- ## TaskBaselineCollection class diff --git a/english/net/aspose.tasks/taskcollection/_index.md b/english/net/aspose.tasks/taskcollection/_index.md index 0f852a435..94f996c2a 100644 --- a/english/net/aspose.tasks/taskcollection/_index.md +++ b/english/net/aspose.tasks/taskcollection/_index.md @@ -3,7 +3,7 @@ title: Class TaskCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskCollection class. Represents a collection of Task objects type: docs -weight: 2350 +weight: 2360 url: /net/aspose.tasks/taskcollection/ --- ## TaskCollection class diff --git a/english/net/aspose.tasks/taskkey/_index.md b/english/net/aspose.tasks/taskkey/_index.md index 0becfcc16..ff891c03a 100644 --- a/english/net/aspose.tasks/taskkey/_index.md +++ b/english/net/aspose.tasks/taskkey/_index.md @@ -3,7 +3,7 @@ title: Enum TaskKey second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskKey enum. Represents a list of supported task fields type: docs -weight: 2360 +weight: 2370 url: /net/aspose.tasks/taskkey/ --- ## TaskKey enumeration diff --git a/english/net/aspose.tasks/tasklink/_index.md b/english/net/aspose.tasks/tasklink/_index.md index 23d10b664..58ba87764 100644 --- a/english/net/aspose.tasks/tasklink/_index.md +++ b/english/net/aspose.tasks/tasklink/_index.md @@ -3,7 +3,7 @@ title: Class TaskLink second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskLink class. Represents a predecessor link type: docs -weight: 2370 +weight: 2380 url: /net/aspose.tasks/tasklink/ --- ## TaskLink class diff --git a/english/net/aspose.tasks/tasklinkcollection/_index.md b/english/net/aspose.tasks/tasklinkcollection/_index.md index 6e08b8afb..8e9587007 100644 --- a/english/net/aspose.tasks/tasklinkcollection/_index.md +++ b/english/net/aspose.tasks/tasklinkcollection/_index.md @@ -3,7 +3,7 @@ title: Class TaskLinkCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskLinkCollection class. Represents a collection of Task objects type: docs -weight: 2380 +weight: 2390 url: /net/aspose.tasks/tasklinkcollection/ --- ## TaskLinkCollection class diff --git a/english/net/aspose.tasks/tasklinkdrawingargs/_index.md b/english/net/aspose.tasks/tasklinkdrawingargs/_index.md new file mode 100644 index 000000000..80ce2b763 --- /dev/null +++ b/english/net/aspose.tasks/tasklinkdrawingargs/_index.md @@ -0,0 +1,29 @@ +--- +title: Class TaskLinkDrawingArgs +second_title: Aspose.Tasks for .NET API Reference +description: Aspose.Tasks.TaskLinkDrawingArgs class. Provides arguments for the callback that is invoked when task link is rendered +type: docs +weight: 2400 +url: /net/aspose.tasks/tasklinkdrawingargs/ +--- +## TaskLinkDrawingArgs class + +Provides arguments for the callback that is invoked when task link is rendered. + +```csharp +public sealed class TaskLinkDrawingArgs +``` + +## Properties + +| Name | Description | +| --- | --- | +| [Color](../../aspose.tasks/tasklinkdrawingargs/color/) { get; set; } | Gets or sets color used to render the task link. Can be used for customization of task links colors. | +| [Link](../../aspose.tasks/tasklinkdrawingargs/link/) { get; } | Gets the rendered task link. | + +### See Also + +* namespace [Aspose.Tasks](../../aspose.tasks/) +* assembly [Aspose.Tasks](../../) + + diff --git a/english/net/aspose.tasks/tasklinkdrawingargs/color/_index.md b/english/net/aspose.tasks/tasklinkdrawingargs/color/_index.md new file mode 100644 index 000000000..d7812ee27 --- /dev/null +++ b/english/net/aspose.tasks/tasklinkdrawingargs/color/_index.md @@ -0,0 +1,23 @@ +--- +title: TaskLinkDrawingArgs.Color +second_title: Aspose.Tasks for .NET API Reference +description: TaskLinkDrawingArgs property. Gets or sets color used to render the task link. Can be used for customization of task links colors +type: docs +weight: 10 +url: /net/aspose.tasks/tasklinkdrawingargs/color/ +--- +## TaskLinkDrawingArgs.Color property + +Gets or sets color used to render the task link. Can be used for customization of task links colors. + +```csharp +public Color Color { get; set; } +``` + +### See Also + +* class [TaskLinkDrawingArgs](../) +* namespace [Aspose.Tasks](../../tasklinkdrawingargs/) +* assembly [Aspose.Tasks](../../../) + + diff --git a/english/net/aspose.tasks/tasklinkdrawingargs/link/_index.md b/english/net/aspose.tasks/tasklinkdrawingargs/link/_index.md new file mode 100644 index 000000000..c1ccb8716 --- /dev/null +++ b/english/net/aspose.tasks/tasklinkdrawingargs/link/_index.md @@ -0,0 +1,24 @@ +--- +title: TaskLinkDrawingArgs.Link +second_title: Aspose.Tasks for .NET API Reference +description: TaskLinkDrawingArgs property. Gets the rendered task link +type: docs +weight: 20 +url: /net/aspose.tasks/tasklinkdrawingargs/link/ +--- +## TaskLinkDrawingArgs.Link property + +Gets the rendered task link. + +```csharp +public TaskLink Link { get; } +``` + +### See Also + +* class [TaskLink](../../tasklink/) +* class [TaskLinkDrawingArgs](../) +* namespace [Aspose.Tasks](../../tasklinkdrawingargs/) +* assembly [Aspose.Tasks](../../../) + + diff --git a/english/net/aspose.tasks/tasklinktype/_index.md b/english/net/aspose.tasks/tasklinktype/_index.md index 73cff0fd4..7b67f7f85 100644 --- a/english/net/aspose.tasks/tasklinktype/_index.md +++ b/english/net/aspose.tasks/tasklinktype/_index.md @@ -3,7 +3,7 @@ title: Enum TaskLinkType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskLinkType enum. Specifies the type of tasks dependency type: docs -weight: 2390 +weight: 2410 url: /net/aspose.tasks/tasklinktype/ --- ## TaskLinkType enumeration diff --git a/english/net/aspose.tasks/tasksexception/_index.md b/english/net/aspose.tasks/tasksexception/_index.md index 6eb67e587..fe0bb7746 100644 --- a/english/net/aspose.tasks/tasksexception/_index.md +++ b/english/net/aspose.tasks/tasksexception/_index.md @@ -3,7 +3,7 @@ title: Class TasksException second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TasksException class. Represents the standard internal exception type type: docs -weight: 2470 +weight: 2490 url: /net/aspose.tasks/tasksexception/ --- ## TasksException class diff --git a/english/net/aspose.tasks/tasksloggedexception/_index.md b/english/net/aspose.tasks/tasksloggedexception/_index.md index 7c01bf574..c0a2b9531 100644 --- a/english/net/aspose.tasks/tasksloggedexception/_index.md +++ b/english/net/aspose.tasks/tasksloggedexception/_index.md @@ -3,7 +3,7 @@ title: Class TasksLoggedException second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TasksLoggedException class. Represents the standard internal exception type type: docs -weight: 2480 +weight: 2500 url: /net/aspose.tasks/tasksloggedexception/ --- ## TasksLoggedException class diff --git a/english/net/aspose.tasks/tasksreadingexception/_index.md b/english/net/aspose.tasks/tasksreadingexception/_index.md index 9de27290a..3589d7708 100644 --- a/english/net/aspose.tasks/tasksreadingexception/_index.md +++ b/english/net/aspose.tasks/tasksreadingexception/_index.md @@ -3,7 +3,7 @@ title: Class TasksReadingException second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TasksReadingException class. Represents the standard internal reading exception type type: docs -weight: 2490 +weight: 2510 url: /net/aspose.tasks/tasksreadingexception/ --- ## TasksReadingException class diff --git a/english/net/aspose.tasks/tasksrenderingexception/_index.md b/english/net/aspose.tasks/tasksrenderingexception/_index.md index f4266b9d9..335346611 100644 --- a/english/net/aspose.tasks/tasksrenderingexception/_index.md +++ b/english/net/aspose.tasks/tasksrenderingexception/_index.md @@ -3,7 +3,7 @@ title: Class TasksRenderingException second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TasksRenderingException class. Represents the exception that can occur when rendering a projects view to a graphical format type: docs -weight: 2500 +weight: 2520 url: /net/aspose.tasks/tasksrenderingexception/ --- ## TasksRenderingException class diff --git a/english/net/aspose.tasks/taskstartdatetype/_index.md b/english/net/aspose.tasks/taskstartdatetype/_index.md index b7da698a7..844988401 100644 --- a/english/net/aspose.tasks/taskstartdatetype/_index.md +++ b/english/net/aspose.tasks/taskstartdatetype/_index.md @@ -3,7 +3,7 @@ title: Enum TaskStartDateType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskStartDateType enum. Specifies the type of a tasks start date type: docs -weight: 2400 +weight: 2420 url: /net/aspose.tasks/taskstartdatetype/ --- ## TaskStartDateType enumeration diff --git a/english/net/aspose.tasks/taskstatus/_index.md b/english/net/aspose.tasks/taskstatus/_index.md index 235c6e2f1..2563467a8 100644 --- a/english/net/aspose.tasks/taskstatus/_index.md +++ b/english/net/aspose.tasks/taskstatus/_index.md @@ -3,7 +3,7 @@ title: Enum TaskStatus second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskStatus enum. Specifies the status of a task type: docs -weight: 2410 +weight: 2430 url: /net/aspose.tasks/taskstatus/ --- ## TaskStatus enumeration diff --git a/english/net/aspose.tasks/taskswritingexception/_index.md b/english/net/aspose.tasks/taskswritingexception/_index.md index ae738805c..ba1e03899 100644 --- a/english/net/aspose.tasks/taskswritingexception/_index.md +++ b/english/net/aspose.tasks/taskswritingexception/_index.md @@ -3,7 +3,7 @@ title: Class TasksWritingException second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TasksWritingException class. Represents the standard internal writing exception type type: docs -weight: 2510 +weight: 2530 url: /net/aspose.tasks/taskswritingexception/ --- ## TasksWritingException class diff --git a/english/net/aspose.tasks/tasktype/_index.md b/english/net/aspose.tasks/tasktype/_index.md index 90374bd77..b88730734 100644 --- a/english/net/aspose.tasks/tasktype/_index.md +++ b/english/net/aspose.tasks/tasktype/_index.md @@ -3,7 +3,7 @@ title: Enum TaskType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskType enum. Specifies the type of a task type: docs -weight: 2420 +weight: 2440 url: /net/aspose.tasks/tasktype/ --- ## TaskType enumeration diff --git a/english/net/aspose.tasks/taskusageview/_index.md b/english/net/aspose.tasks/taskusageview/_index.md index 3c146e22f..14a8ec159 100644 --- a/english/net/aspose.tasks/taskusageview/_index.md +++ b/english/net/aspose.tasks/taskusageview/_index.md @@ -3,7 +3,7 @@ title: Class TaskUsageView second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskUsageView class. Represents task usage view in a project type: docs -weight: 2430 +weight: 2450 url: /net/aspose.tasks/taskusageview/ --- ## TaskUsageView class diff --git a/english/net/aspose.tasks/taskusageviewfield/_index.md b/english/net/aspose.tasks/taskusageviewfield/_index.md index 9aa85c260..660bebc0b 100644 --- a/english/net/aspose.tasks/taskusageviewfield/_index.md +++ b/english/net/aspose.tasks/taskusageviewfield/_index.md @@ -3,7 +3,7 @@ title: Enum TaskUsageViewField second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskUsageViewField enum. Represents possible fields in TaskUsageView object type: docs -weight: 2440 +weight: 2460 url: /net/aspose.tasks/taskusageviewfield/ --- ## TaskUsageViewField enumeration diff --git a/english/net/aspose.tasks/taskusageviewfieldcollection/_index.md b/english/net/aspose.tasks/taskusageviewfieldcollection/_index.md index ac8bab7a8..a70d9c9a1 100644 --- a/english/net/aspose.tasks/taskusageviewfieldcollection/_index.md +++ b/english/net/aspose.tasks/taskusageviewfieldcollection/_index.md @@ -3,7 +3,7 @@ title: Class TaskUsageViewFieldCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskUsageViewFieldCollection class. Represents a collection of TaskUsageViewField values type: docs -weight: 2450 +weight: 2470 url: /net/aspose.tasks/taskusageviewfieldcollection/ --- ## TaskUsageViewFieldCollection class diff --git a/english/net/aspose.tasks/taskvalidationexception/_index.md b/english/net/aspose.tasks/taskvalidationexception/_index.md index 9b70d1800..71b5519e0 100644 --- a/english/net/aspose.tasks/taskvalidationexception/_index.md +++ b/english/net/aspose.tasks/taskvalidationexception/_index.md @@ -3,7 +3,7 @@ title: Class TaskValidationException second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TaskValidationException class. Represents an exception which is thrown when errors are found in projects tasks after recalculation type: docs -weight: 2460 +weight: 2480 url: /net/aspose.tasks/taskvalidationexception/ --- ## TaskValidationException class diff --git a/english/net/aspose.tasks/timelineview/_index.md b/english/net/aspose.tasks/timelineview/_index.md index 4975714f6..cf56e5eb7 100644 --- a/english/net/aspose.tasks/timelineview/_index.md +++ b/english/net/aspose.tasks/timelineview/_index.md @@ -3,7 +3,7 @@ title: Class TimelineView second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TimelineView class. Represents a timeline view of a project type: docs -weight: 2530 +weight: 2550 url: /net/aspose.tasks/timelineview/ --- ## TimelineView class diff --git a/english/net/aspose.tasks/timephaseddata/_index.md b/english/net/aspose.tasks/timephaseddata/_index.md index 2eeac4d64..3ec2f098d 100644 --- a/english/net/aspose.tasks/timephaseddata/_index.md +++ b/english/net/aspose.tasks/timephaseddata/_index.md @@ -3,7 +3,7 @@ title: Class TimephasedData second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TimephasedData class. Represents a time phased data type: docs -weight: 2540 +weight: 2560 url: /net/aspose.tasks/timephaseddata/ --- ## TimephasedData class diff --git a/english/net/aspose.tasks/timephaseddatacollection/_index.md b/english/net/aspose.tasks/timephaseddatacollection/_index.md index 292d33651..4664958ca 100644 --- a/english/net/aspose.tasks/timephaseddatacollection/_index.md +++ b/english/net/aspose.tasks/timephaseddatacollection/_index.md @@ -3,7 +3,7 @@ title: Class TimephasedDataCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TimephasedDataCollection class. Represents a collection of TimephasedData objects type: docs -weight: 2550 +weight: 2570 url: /net/aspose.tasks/timephaseddatacollection/ --- ## TimephasedDataCollection class diff --git a/english/net/aspose.tasks/timephaseddatatype/_index.md b/english/net/aspose.tasks/timephaseddatatype/_index.md index 32303549e..ef39c9954 100644 --- a/english/net/aspose.tasks/timephaseddatatype/_index.md +++ b/english/net/aspose.tasks/timephaseddatatype/_index.md @@ -3,7 +3,7 @@ title: Enum TimephasedDataType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TimephasedDataType enum. Specifies the type of time phased data type: docs -weight: 2560 +weight: 2580 url: /net/aspose.tasks/timephaseddatatype/ --- ## TimephasedDataType enumeration diff --git a/english/net/aspose.tasks/timeunittype/_index.md b/english/net/aspose.tasks/timeunittype/_index.md index 2c6521b24..8527c5562 100644 --- a/english/net/aspose.tasks/timeunittype/_index.md +++ b/english/net/aspose.tasks/timeunittype/_index.md @@ -3,7 +3,7 @@ title: Enum TimeUnitType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.TimeUnitType enum. Specifies the type of a time unit type: docs -weight: 2520 +weight: 2540 url: /net/aspose.tasks/timeunittype/ --- ## TimeUnitType enumeration diff --git a/english/net/aspose.tasks/tsk/_index.md b/english/net/aspose.tasks/tsk/_index.md index 965d76417..fcb24ceef 100644 --- a/english/net/aspose.tasks/tsk/_index.md +++ b/english/net/aspose.tasks/tsk/_index.md @@ -3,7 +3,7 @@ title: Class Tsk second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Tsk class. Represents properties of Task object type: docs -weight: 2570 +weight: 2590 url: /net/aspose.tasks/tsk/ --- ## Tsk class diff --git a/english/net/aspose.tasks/undefinedconstrainthandlingbehavior/_index.md b/english/net/aspose.tasks/undefinedconstrainthandlingbehavior/_index.md index 086cf3e14..d14ac0fec 100644 --- a/english/net/aspose.tasks/undefinedconstrainthandlingbehavior/_index.md +++ b/english/net/aspose.tasks/undefinedconstrainthandlingbehavior/_index.md @@ -3,7 +3,7 @@ title: Enum UndefinedConstraintHandlingBehavior second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.UndefinedConstraintHandlingBehavior enum. Specifies the behavior used to handle tasks with undefined constraints type: docs -weight: 2580 +weight: 2600 url: /net/aspose.tasks/undefinedconstrainthandlingbehavior/ --- ## UndefinedConstraintHandlingBehavior enumeration diff --git a/english/net/aspose.tasks/unexpectedfileformatexception/_index.md b/english/net/aspose.tasks/unexpectedfileformatexception/_index.md index d02007f30..4e113c648 100644 --- a/english/net/aspose.tasks/unexpectedfileformatexception/_index.md +++ b/english/net/aspose.tasks/unexpectedfileformatexception/_index.md @@ -3,7 +3,7 @@ title: Class UnexpectedFileFormatException second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.UnexpectedFileFormatException class. Represents an exception which is thrown when file format has unexpected format or structure type: docs -weight: 2590 +weight: 2610 url: /net/aspose.tasks/unexpectedfileformatexception/ --- ## UnexpectedFileFormatException class diff --git a/english/net/aspose.tasks/usageview/_index.md b/english/net/aspose.tasks/usageview/_index.md index 730f84ac1..e4f5ce301 100644 --- a/english/net/aspose.tasks/usageview/_index.md +++ b/english/net/aspose.tasks/usageview/_index.md @@ -3,7 +3,7 @@ title: Class UsageView second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.UsageView class. Represent a usage view in a project type: docs -weight: 2600 +weight: 2620 url: /net/aspose.tasks/usageview/ --- ## UsageView class diff --git a/english/net/aspose.tasks/validationexception/_index.md b/english/net/aspose.tasks/validationexception/_index.md index f9aad36e9..b3c569353 100644 --- a/english/net/aspose.tasks/validationexception/_index.md +++ b/english/net/aspose.tasks/validationexception/_index.md @@ -3,7 +3,7 @@ title: Class ValidationException second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.ValidationException class. Represents an exception which is thrown when errors are found during validation of entity type: docs -weight: 2740 +weight: 2760 url: /net/aspose.tasks/validationexception/ --- ## ValidationException class diff --git a/english/net/aspose.tasks/value/_index.md b/english/net/aspose.tasks/value/_index.md index 36c595540..ae3c8f020 100644 --- a/english/net/aspose.tasks/value/_index.md +++ b/english/net/aspose.tasks/value/_index.md @@ -3,7 +3,7 @@ title: Class Value second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.Value class. Represents a value in a value list type: docs -weight: 2750 +weight: 2770 url: /net/aspose.tasks/value/ --- ## Value class diff --git a/english/net/aspose.tasks/vbamodule/_index.md b/english/net/aspose.tasks/vbamodule/_index.md index 1b983e5dc..3fa2b0b7e 100644 --- a/english/net/aspose.tasks/vbamodule/_index.md +++ b/english/net/aspose.tasks/vbamodule/_index.md @@ -3,7 +3,7 @@ title: Class VbaModule second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.VbaModule class. Represents a VBA module type: docs -weight: 2760 +weight: 2780 url: /net/aspose.tasks/vbamodule/ --- ## VbaModule class diff --git a/english/net/aspose.tasks/vbamoduleattribute/_index.md b/english/net/aspose.tasks/vbamoduleattribute/_index.md index d87800c25..887734881 100644 --- a/english/net/aspose.tasks/vbamoduleattribute/_index.md +++ b/english/net/aspose.tasks/vbamoduleattribute/_index.md @@ -3,7 +3,7 @@ title: Class VbaModuleAttribute second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.VbaModuleAttribute class. The attribute of the VbaModule object type: docs -weight: 2770 +weight: 2790 url: /net/aspose.tasks/vbamoduleattribute/ --- ## VbaModuleAttribute class diff --git a/english/net/aspose.tasks/vbamoduleattributecollection/_index.md b/english/net/aspose.tasks/vbamoduleattributecollection/_index.md index 5ab097ffb..570975296 100644 --- a/english/net/aspose.tasks/vbamoduleattributecollection/_index.md +++ b/english/net/aspose.tasks/vbamoduleattributecollection/_index.md @@ -3,7 +3,7 @@ title: Class VbaModuleAttributeCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.VbaModuleAttributeCollection class. Represents a collection of VbaModuleAttribute objects type: docs -weight: 2780 +weight: 2800 url: /net/aspose.tasks/vbamoduleattributecollection/ --- ## VbaModuleAttributeCollection class diff --git a/english/net/aspose.tasks/vbamodulecollection/_index.md b/english/net/aspose.tasks/vbamodulecollection/_index.md index 857a62ab1..ddec9e35a 100644 --- a/english/net/aspose.tasks/vbamodulecollection/_index.md +++ b/english/net/aspose.tasks/vbamodulecollection/_index.md @@ -3,7 +3,7 @@ title: Class VbaModuleCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.VbaModuleCollection class. Represents a collection of VbaModule objects type: docs -weight: 2790 +weight: 2810 url: /net/aspose.tasks/vbamodulecollection/ --- ## VbaModuleCollection class diff --git a/english/net/aspose.tasks/vbamoduletype/_index.md b/english/net/aspose.tasks/vbamoduletype/_index.md index 62bb45071..e6844597b 100644 --- a/english/net/aspose.tasks/vbamoduletype/_index.md +++ b/english/net/aspose.tasks/vbamoduletype/_index.md @@ -3,7 +3,7 @@ title: Enum VbaModuleType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.VbaModuleType enum. Specifies the type of a module in a VBA project type: docs -weight: 2800 +weight: 2820 url: /net/aspose.tasks/vbamoduletype/ --- ## VbaModuleType enumeration diff --git a/english/net/aspose.tasks/vbaproject/_index.md b/english/net/aspose.tasks/vbaproject/_index.md index ebb71e00f..bf937173d 100644 --- a/english/net/aspose.tasks/vbaproject/_index.md +++ b/english/net/aspose.tasks/vbaproject/_index.md @@ -3,7 +3,7 @@ title: Class VbaProject second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.VbaProject class. Represents VbaProject type: docs -weight: 2810 +weight: 2830 url: /net/aspose.tasks/vbaproject/ --- ## VbaProject class diff --git a/english/net/aspose.tasks/vbareference/_index.md b/english/net/aspose.tasks/vbareference/_index.md index 0570fab3e..62d517af3 100644 --- a/english/net/aspose.tasks/vbareference/_index.md +++ b/english/net/aspose.tasks/vbareference/_index.md @@ -3,7 +3,7 @@ title: Class VbaReference second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.VbaReference class. Represents a reference of the VbaProject type: docs -weight: 2820 +weight: 2840 url: /net/aspose.tasks/vbareference/ --- ## VbaReference class diff --git a/english/net/aspose.tasks/vbareferencecollection/_index.md b/english/net/aspose.tasks/vbareferencecollection/_index.md index c8195de7e..5ebaef93b 100644 --- a/english/net/aspose.tasks/vbareferencecollection/_index.md +++ b/english/net/aspose.tasks/vbareferencecollection/_index.md @@ -3,7 +3,7 @@ title: Class VbaReferenceCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.VbaReferenceCollection class. Represents a collection of VbaReference objects type: docs -weight: 2830 +weight: 2850 url: /net/aspose.tasks/vbareferencecollection/ --- ## VbaReferenceCollection class diff --git a/english/net/aspose.tasks/view/_index.md b/english/net/aspose.tasks/view/_index.md index 99cb82c50..22e54e1c9 100644 --- a/english/net/aspose.tasks/view/_index.md +++ b/english/net/aspose.tasks/view/_index.md @@ -3,7 +3,7 @@ title: Class View second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.View class. Represents a view in Project type: docs -weight: 2840 +weight: 2860 url: /net/aspose.tasks/view/ --- ## View class diff --git a/english/net/aspose.tasks/viewcollection/_index.md b/english/net/aspose.tasks/viewcollection/_index.md index c7c1dce34..7d6b3481a 100644 --- a/english/net/aspose.tasks/viewcollection/_index.md +++ b/english/net/aspose.tasks/viewcollection/_index.md @@ -3,7 +3,7 @@ title: Class ViewCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.ViewCollection class. Contains a list of View objects. Implements ICollectionView interface type: docs -weight: 2850 +weight: 2870 url: /net/aspose.tasks/viewcollection/ --- ## ViewCollection class diff --git a/english/net/aspose.tasks/viewscreen/_index.md b/english/net/aspose.tasks/viewscreen/_index.md index ac4fa56b8..1e76ca2a8 100644 --- a/english/net/aspose.tasks/viewscreen/_index.md +++ b/english/net/aspose.tasks/viewscreen/_index.md @@ -3,7 +3,7 @@ title: Enum ViewScreen second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.ViewScreen enum. Specifies the screen type for a view type: docs -weight: 2860 +weight: 2880 url: /net/aspose.tasks/viewscreen/ --- ## ViewScreen enumeration diff --git a/english/net/aspose.tasks/wbscodedefinition/_index.md b/english/net/aspose.tasks/wbscodedefinition/_index.md index 789e1c362..80e65ce7c 100644 --- a/english/net/aspose.tasks/wbscodedefinition/_index.md +++ b/english/net/aspose.tasks/wbscodedefinition/_index.md @@ -3,7 +3,7 @@ title: Class WBSCodeDefinition second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WBSCodeDefinition class. Represents a WBS Code Definition type: docs -weight: 3440 +weight: 3460 url: /net/aspose.tasks/wbscodedefinition/ --- ## WBSCodeDefinition class diff --git a/english/net/aspose.tasks/wbscodemask/_index.md b/english/net/aspose.tasks/wbscodemask/_index.md index da3095642..9b64bb0ff 100644 --- a/english/net/aspose.tasks/wbscodemask/_index.md +++ b/english/net/aspose.tasks/wbscodemask/_index.md @@ -3,7 +3,7 @@ title: Class WBSCodeMask second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WBSCodeMask class. Represents WBS Code mask type: docs -weight: 3450 +weight: 3470 url: /net/aspose.tasks/wbscodemask/ --- ## WBSCodeMask class diff --git a/english/net/aspose.tasks/wbscodemaskcollection/_index.md b/english/net/aspose.tasks/wbscodemaskcollection/_index.md index fbe248ec5..8bc899038 100644 --- a/english/net/aspose.tasks/wbscodemaskcollection/_index.md +++ b/english/net/aspose.tasks/wbscodemaskcollection/_index.md @@ -3,7 +3,7 @@ title: Class WBSCodeMaskCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WBSCodeMaskCollection class. Represents a collection of WBSCodeMask objects type: docs -weight: 3460 +weight: 3480 url: /net/aspose.tasks/wbscodemaskcollection/ --- ## WBSCodeMaskCollection class diff --git a/english/net/aspose.tasks/wbssequence/_index.md b/english/net/aspose.tasks/wbssequence/_index.md index 94f621426..6a720e94a 100644 --- a/english/net/aspose.tasks/wbssequence/_index.md +++ b/english/net/aspose.tasks/wbssequence/_index.md @@ -3,7 +3,7 @@ title: Enum WBSSequence second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WBSSequence enum. Specifies sequence for WBSCodeMask type: docs -weight: 3470 +weight: 3490 url: /net/aspose.tasks/wbssequence/ --- ## WBSSequence enumeration diff --git a/english/net/aspose.tasks/webrequesteventargs/_index.md b/english/net/aspose.tasks/webrequesteventargs/_index.md index 7e30c7877..995ce90da 100644 --- a/english/net/aspose.tasks/webrequesteventargs/_index.md +++ b/english/net/aspose.tasks/webrequesteventargs/_index.md @@ -3,7 +3,7 @@ title: Class WebRequestEventArgs second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WebRequestEventArgs class. Provides arguments for the event that is raised when the client sends a web request to the Project Servers web API type: docs -weight: 3480 +weight: 3500 url: /net/aspose.tasks/webrequesteventargs/ --- ## WebRequestEventArgs class diff --git a/english/net/aspose.tasks/weekday/_index.md b/english/net/aspose.tasks/weekday/_index.md index c686e89cd..b0fc72a13 100644 --- a/english/net/aspose.tasks/weekday/_index.md +++ b/english/net/aspose.tasks/weekday/_index.md @@ -3,7 +3,7 @@ title: Class WeekDay second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WeekDay class. Represents a weekday which either defines regular days of a week or exception days in a calendar type: docs -weight: 3490 +weight: 3510 url: /net/aspose.tasks/weekday/ --- ## WeekDay class diff --git a/english/net/aspose.tasks/weekdaycollection/_index.md b/english/net/aspose.tasks/weekdaycollection/_index.md index 63b1a882d..d91c427d0 100644 --- a/english/net/aspose.tasks/weekdaycollection/_index.md +++ b/english/net/aspose.tasks/weekdaycollection/_index.md @@ -3,7 +3,7 @@ title: Class WeekDayCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WeekDayCollection class. Represents a collection of WeekDay objects type: docs -weight: 3500 +weight: 3520 url: /net/aspose.tasks/weekdaycollection/ --- ## WeekDayCollection class diff --git a/english/net/aspose.tasks/weekdaytype/_index.md b/english/net/aspose.tasks/weekdaytype/_index.md index 6c344c6f5..571833cc7 100644 --- a/english/net/aspose.tasks/weekdaytype/_index.md +++ b/english/net/aspose.tasks/weekdaytype/_index.md @@ -3,7 +3,7 @@ title: Enum WeekdayType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WeekdayType enum. Represents a weekday of a project in the instance of RecurringTaskInfo class type: docs -weight: 3520 +weight: 3540 url: /net/aspose.tasks/weekdaytype/ --- ## WeekdayType enumeration diff --git a/english/net/aspose.tasks/weeklabeldisplay/_index.md b/english/net/aspose.tasks/weeklabeldisplay/_index.md index 65dd547c9..03cea307f 100644 --- a/english/net/aspose.tasks/weeklabeldisplay/_index.md +++ b/english/net/aspose.tasks/weeklabeldisplay/_index.md @@ -3,7 +3,7 @@ title: Enum WeekLabelDisplay second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WeekLabelDisplay enum. Specifies how the week label displays type: docs -weight: 3510 +weight: 3530 url: /net/aspose.tasks/weeklabeldisplay/ --- ## WeekLabelDisplay enumeration diff --git a/english/net/aspose.tasks/weeklyrecurrencepattern/_index.md b/english/net/aspose.tasks/weeklyrecurrencepattern/_index.md index 591e7f189..903ff57ec 100644 --- a/english/net/aspose.tasks/weeklyrecurrencepattern/_index.md +++ b/english/net/aspose.tasks/weeklyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: Class WeeklyRecurrencePattern second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WeeklyRecurrencePattern class. Represents the set of parameters are used to create a weekly recurring task in a project type: docs -weight: 3530 +weight: 3550 url: /net/aspose.tasks/weeklyrecurrencepattern/ --- ## WeeklyRecurrencePattern class diff --git a/english/net/aspose.tasks/weeklyrepetition/_index.md b/english/net/aspose.tasks/weeklyrepetition/_index.md index 8c61bd0cb..f22a6a0cd 100644 --- a/english/net/aspose.tasks/weeklyrepetition/_index.md +++ b/english/net/aspose.tasks/weeklyrepetition/_index.md @@ -3,7 +3,7 @@ title: Class WeeklyRepetition second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WeeklyRepetition class. Represents a pattern which is based on weekdays type: docs -weight: 3540 +weight: 3560 url: /net/aspose.tasks/weeklyrepetition/ --- ## WeeklyRepetition class diff --git a/english/net/aspose.tasks/weeklyrepetitionbase/_index.md b/english/net/aspose.tasks/weeklyrepetitionbase/_index.md index e0133d9aa..ac6ac5916 100644 --- a/english/net/aspose.tasks/weeklyrepetitionbase/_index.md +++ b/english/net/aspose.tasks/weeklyrepetitionbase/_index.md @@ -3,7 +3,7 @@ title: Class WeeklyRepetitionBase second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WeeklyRepetitionBase class. Represents a base class for repetitions in weekly recurrence pattern type: docs -weight: 3550 +weight: 3570 url: /net/aspose.tasks/weeklyrepetitionbase/ --- ## WeeklyRepetitionBase class diff --git a/english/net/aspose.tasks/workcontourtype/_index.md b/english/net/aspose.tasks/workcontourtype/_index.md index 1b38af705..9d8205b0d 100644 --- a/english/net/aspose.tasks/workcontourtype/_index.md +++ b/english/net/aspose.tasks/workcontourtype/_index.md @@ -3,7 +3,7 @@ title: Enum WorkContourType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WorkContourType enum. Specifies the contour of a work type: docs -weight: 3560 +weight: 3580 url: /net/aspose.tasks/workcontourtype/ --- ## WorkContourType enumeration diff --git a/english/net/aspose.tasks/workgrouptype/_index.md b/english/net/aspose.tasks/workgrouptype/_index.md index 8b7bb60d4..0f3e1799f 100644 --- a/english/net/aspose.tasks/workgrouptype/_index.md +++ b/english/net/aspose.tasks/workgrouptype/_index.md @@ -3,7 +3,7 @@ title: Enum WorkGroupType second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WorkGroupType enum. Specifies the type of a workgroup type: docs -weight: 3570 +weight: 3590 url: /net/aspose.tasks/workgrouptype/ --- ## WorkGroupType enumeration diff --git a/english/net/aspose.tasks/workingtime/_index.md b/english/net/aspose.tasks/workingtime/_index.md index bed160c94..e481ba528 100644 --- a/english/net/aspose.tasks/workingtime/_index.md +++ b/english/net/aspose.tasks/workingtime/_index.md @@ -3,7 +3,7 @@ title: Class WorkingTime second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WorkingTime class. Represents a working time during a weekday type: docs -weight: 3610 +weight: 3630 url: /net/aspose.tasks/workingtime/ --- ## WorkingTime class diff --git a/english/net/aspose.tasks/workingtimecollection/_index.md b/english/net/aspose.tasks/workingtimecollection/_index.md index f4cde68a9..410bfae31 100644 --- a/english/net/aspose.tasks/workingtimecollection/_index.md +++ b/english/net/aspose.tasks/workingtimecollection/_index.md @@ -3,7 +3,7 @@ title: Class WorkingTimeCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WorkingTimeCollection class. Represents a collection of WorkingTimeCollection objects type: docs -weight: 3620 +weight: 3640 url: /net/aspose.tasks/workingtimecollection/ --- ## WorkingTimeCollection class diff --git a/english/net/aspose.tasks/workunit/_index.md b/english/net/aspose.tasks/workunit/_index.md index 74f173187..d3061a33f 100644 --- a/english/net/aspose.tasks/workunit/_index.md +++ b/english/net/aspose.tasks/workunit/_index.md @@ -3,7 +3,7 @@ title: Class WorkUnit second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WorkUnit class. Represents working hours type: docs -weight: 3580 +weight: 3600 url: /net/aspose.tasks/workunit/ --- ## WorkUnit class diff --git a/english/net/aspose.tasks/workweek/_index.md b/english/net/aspose.tasks/workweek/_index.md index e173bd9dc..6900fd916 100644 --- a/english/net/aspose.tasks/workweek/_index.md +++ b/english/net/aspose.tasks/workweek/_index.md @@ -3,7 +3,7 @@ title: Class WorkWeek second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WorkWeek class. Represent WorkWeek class type: docs -weight: 3590 +weight: 3610 url: /net/aspose.tasks/workweek/ --- ## WorkWeek class diff --git a/english/net/aspose.tasks/workweekcollection/_index.md b/english/net/aspose.tasks/workweekcollection/_index.md index 359934db6..b670d72f8 100644 --- a/english/net/aspose.tasks/workweekcollection/_index.md +++ b/english/net/aspose.tasks/workweekcollection/_index.md @@ -3,7 +3,7 @@ title: Class WorkWeekCollection second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.WorkWeekCollection class. Represents a collection of WorkWeek objects type: docs -weight: 3600 +weight: 3620 url: /net/aspose.tasks/workweekcollection/ --- ## WorkWeekCollection class diff --git a/english/net/aspose.tasks/yearlabeldisplay/_index.md b/english/net/aspose.tasks/yearlabeldisplay/_index.md index b808473dd..8a245b6c7 100644 --- a/english/net/aspose.tasks/yearlabeldisplay/_index.md +++ b/english/net/aspose.tasks/yearlabeldisplay/_index.md @@ -3,7 +3,7 @@ title: Enum YearLabelDisplay second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.YearLabelDisplay enum. Specifies how the year label displays type: docs -weight: 3630 +weight: 3650 url: /net/aspose.tasks/yearlabeldisplay/ --- ## YearLabelDisplay enumeration diff --git a/english/net/aspose.tasks/yearlyrecurrencepattern/_index.md b/english/net/aspose.tasks/yearlyrecurrencepattern/_index.md index 4845b4128..8aeaf34ab 100644 --- a/english/net/aspose.tasks/yearlyrecurrencepattern/_index.md +++ b/english/net/aspose.tasks/yearlyrecurrencepattern/_index.md @@ -3,7 +3,7 @@ title: Class YearlyRecurrencePattern second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.YearlyRecurrencePattern class. Represents the set of parameters are used to create a yearly recurring task in a project type: docs -weight: 3640 +weight: 3660 url: /net/aspose.tasks/yearlyrecurrencepattern/ --- ## YearlyRecurrencePattern class diff --git a/english/net/aspose.tasks/yearlyrepetitionbase/_index.md b/english/net/aspose.tasks/yearlyrepetitionbase/_index.md index cf7190b5b..cb430d813 100644 --- a/english/net/aspose.tasks/yearlyrepetitionbase/_index.md +++ b/english/net/aspose.tasks/yearlyrepetitionbase/_index.md @@ -3,7 +3,7 @@ title: Class YearlyRepetitionBase second_title: Aspose.Tasks for .NET API Reference description: Aspose.Tasks.YearlyRepetitionBase class. Represents a base pattern for yearly day position type: docs -weight: 3650 +weight: 3670 url: /net/aspose.tasks/yearlyrepetitionbase/ --- ## YearlyRepetitionBase class