Aspose.Tasks for C++
|
Represents page margins for printing. More...
#include <PageMargins.h>
Inherits System::Object.
Public Member Functions | |
double | get_Top () const |
Gets the size of the top margin in inches or centimeters. More... | |
void | set_Top (double value) |
Sets the size of the top margin in inches or centimeters. More... | |
double | get_Bottom () const |
Gets the size of the bottom margin in inches or centimeters. More... | |
void | set_Bottom (double value) |
Sets the size of the bottom margin in inches or centimeters. More... | |
double | get_Left () const |
Gets the size of the left margin in inches or centimeters. More... | |
void | set_Left (double value) |
Sets the size of the left margin in inches or centimeters. More... | |
double | get_Right () const |
Gets the size of the right margin in inches or centimeters. More... | |
void | set_Right (double value) |
Sets the size of the right margin in inches or centimeters. More... | |
Border | get_Borders () const |
Gets a position where to print borders. Can be one of the values of the Border enumeration. More... | |
void | set_Borders (Border value) |
Sets a position where to print borders. Can be one of the values of the Border enumeration. More... | |
Represents page margins for printing.
Border Aspose::Tasks::Visualization::PageMargins::get_Borders | ( | ) | const |
Gets a position where to print borders. Can be one of the values of the Border enumeration.
double Aspose::Tasks::Visualization::PageMargins::get_Bottom | ( | ) | const |
Gets the size of the bottom margin in inches or centimeters.
double Aspose::Tasks::Visualization::PageMargins::get_Left | ( | ) | const |
Gets the size of the left margin in inches or centimeters.
double Aspose::Tasks::Visualization::PageMargins::get_Right | ( | ) | const |
Gets the size of the right margin in inches or centimeters.
double Aspose::Tasks::Visualization::PageMargins::get_Top | ( | ) | const |
Gets the size of the top margin in inches or centimeters.
void Aspose::Tasks::Visualization::PageMargins::set_Borders | ( | Border | value | ) |
Sets a position where to print borders. Can be one of the values of the Border enumeration.
void Aspose::Tasks::Visualization::PageMargins::set_Bottom | ( | double | value | ) |
Sets the size of the bottom margin in inches or centimeters.
void Aspose::Tasks::Visualization::PageMargins::set_Left | ( | double | value | ) |
Sets the size of the left margin in inches or centimeters.
void Aspose::Tasks::Visualization::PageMargins::set_Right | ( | double | value | ) |
Sets the size of the right margin in inches or centimeters.
void Aspose::Tasks::Visualization::PageMargins::set_Top | ( | double | value | ) |
Sets the size of the top margin in inches or centimeters.