Aspose.Tasks for C++
|
Represents placement and appearance of OleObject in a view. More...
#include <VisualObjectPlacement.h>
Inherits System::Object.
Public Member Functions | |
int32_t | get_OleObjectId () const |
Gets Id of OleObject object. More... | |
void | set_OleObjectId (int32_t value) |
Sets Id of OleObject object. More... | |
int32_t | get_TaskId () const |
Gets Id of task if 'Attach to task' options is selected, -1 otherwise. More... | |
void | set_TaskId (int32_t value) |
Sets Id of task if 'Attach to task' options is selected, -1 otherwise. More... | |
double | get_Width () const |
Gets displayed width of visual object. More... | |
void | set_Width (double value) |
Sets displayed width of visual object. More... | |
double | get_Height () const |
Gets displayed height of visual object. More... | |
void | set_Height (double value) |
Sets displayed height of visual object. More... | |
double | get_VerticalOffset () const |
Gets vertical offset of visual object. More... | |
void | set_VerticalOffset (double value) |
Sets vertical offset of visual object. More... | |
double | get_HorizontalOffset () const |
Gets horizontal offset of visual object. More... | |
void | set_HorizontalOffset (double value) |
Sets horizontal offset of visual object. More... | |
System::DateTime | get_TimescaleDate () const |
Gets date placement of visual object when 'Attach to timescale' options is selected. More... | |
void | set_TimescaleDate (System::DateTime value) |
Sets date placement of visual object when 'Attach to timescale' options is selected. More... | |
HorizontalAlignment | get_AttachmentPoint () const |
Gets alignment of visual object relative to a task when 'Attach to task' options is selected. More... | |
void | set_AttachmentPoint (HorizontalAlignment value) |
Sets alignment of visual object relative to a task when 'Attach to task' options is selected. More... | |
System::Drawing::Color | get_BorderLineColor () const |
Gets border line color. More... | |
void | set_BorderLineColor (System::Drawing::Color value) |
Sets border line color. More... | |
uint8_t | get_BorderLineThickness () const |
Gets border line thickness (allowed values are 0 - 5). More... | |
void | set_BorderLineThickness (uint8_t value) |
Sets border line thickness (allowed values are 0 - 5). More... | |
System::Drawing::Color | get_FillColor () const |
Gets fill color. More... | |
void | set_FillColor (System::Drawing::Color value) |
Sets fill color. More... | |
Aspose::Tasks::Visualization::FillPattern | get_FillPattern () const |
Gets fill pattern. More... | |
void | set_FillPattern (Aspose::Tasks::Visualization::FillPattern value) |
Sets fill pattern. More... | |
VisualObjectPlacement () | |
Initializes a new instance of the VisualObjectPlacement class. More... | |
Represents placement and appearance of OleObject in a view.
Aspose::Tasks::Visualization::VisualObjectPlacement::VisualObjectPlacement | ( | ) |
Initializes a new instance of the VisualObjectPlacement class.
HorizontalAlignment Aspose::Tasks::Visualization::VisualObjectPlacement::get_AttachmentPoint | ( | ) | const |
Gets alignment of visual object relative to a task when 'Attach to task' options is selected.
System::Drawing::Color Aspose::Tasks::Visualization::VisualObjectPlacement::get_BorderLineColor | ( | ) | const |
Gets border line color.
uint8_t Aspose::Tasks::Visualization::VisualObjectPlacement::get_BorderLineThickness | ( | ) | const |
Gets border line thickness (allowed values are 0 - 5).
System::Drawing::Color Aspose::Tasks::Visualization::VisualObjectPlacement::get_FillColor | ( | ) | const |
Gets fill color.
Aspose::Tasks::Visualization::FillPattern Aspose::Tasks::Visualization::VisualObjectPlacement::get_FillPattern | ( | ) | const |
Gets fill pattern.
double Aspose::Tasks::Visualization::VisualObjectPlacement::get_Height | ( | ) | const |
Gets displayed height of visual object.
double Aspose::Tasks::Visualization::VisualObjectPlacement::get_HorizontalOffset | ( | ) | const |
Gets horizontal offset of visual object.
int32_t Aspose::Tasks::Visualization::VisualObjectPlacement::get_OleObjectId | ( | ) | const |
Gets Id of OleObject object.
int32_t Aspose::Tasks::Visualization::VisualObjectPlacement::get_TaskId | ( | ) | const |
Gets Id of task if 'Attach to task' options is selected, -1 otherwise.
System::DateTime Aspose::Tasks::Visualization::VisualObjectPlacement::get_TimescaleDate | ( | ) | const |
Gets date placement of visual object when 'Attach to timescale' options is selected.
double Aspose::Tasks::Visualization::VisualObjectPlacement::get_VerticalOffset | ( | ) | const |
Gets vertical offset of visual object.
double Aspose::Tasks::Visualization::VisualObjectPlacement::get_Width | ( | ) | const |
Gets displayed width of visual object.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_AttachmentPoint | ( | HorizontalAlignment | value | ) |
Sets alignment of visual object relative to a task when 'Attach to task' options is selected.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_BorderLineColor | ( | System::Drawing::Color | value | ) |
Sets border line color.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_BorderLineThickness | ( | uint8_t | value | ) |
Sets border line thickness (allowed values are 0 - 5).
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_FillColor | ( | System::Drawing::Color | value | ) |
Sets fill color.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_FillPattern | ( | Aspose::Tasks::Visualization::FillPattern | value | ) |
Sets fill pattern.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_Height | ( | double | value | ) |
Sets displayed height of visual object.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_HorizontalOffset | ( | double | value | ) |
Sets horizontal offset of visual object.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_OleObjectId | ( | int32_t | value | ) |
Sets Id of OleObject object.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_TaskId | ( | int32_t | value | ) |
Sets Id of task if 'Attach to task' options is selected, -1 otherwise.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_TimescaleDate | ( | System::DateTime | value | ) |
Sets date placement of visual object when 'Attach to timescale' options is selected.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_VerticalOffset | ( | double | value | ) |
Sets vertical offset of visual object.
void Aspose::Tasks::Visualization::VisualObjectPlacement::set_Width | ( | double | value | ) |
Sets displayed width of visual object.