wxAutoExcel
2.0.0
|
Represents Microsoft Excel ParagraphFormat2 object. More...
Public Member Functions | |
MsoParagraphAlignment | GetAlignment () |
Gets or sets a value specifying the alignment of the paragraph. More... | |
MsoBaselineAlignment | GetBaselineAlignment () |
Gets or sets a constant that represents the vertical position of fonts in a paragraph. More... | |
void | SetBaselineAlignment (MsoBaselineAlignment baselineAlignment) |
Gets or sets a constant that represents the vertical position of fonts in a paragraph. More... | |
wxExcelBulletFormat2 | GetBullet () |
Gets a BulletFormat2 object for the paragraph. More... | |
MsoTriState | GetFarEastLineBreakLevel () |
Gets or sets the East Asian line break control level for the specified paragraph. More... | |
void | SetFarEastLineBreakLevel (MsoTriState farEastLineBreakLevel) |
Gets or sets the East Asian line break control level for the specified paragraph. More... | |
double | GetFirstLineIndent () |
Gets or sets the value (in points) for a first line or hanging indent. More... | |
void | SetFirstLineIndent (double firstLineIndent) |
Gets or sets the value (in points) for a first line or hanging indent. More... | |
MsoTriState | GetHangingPunctuation () |
Determines whether hanging punctuation is enabled for the specified paragraphs. More... | |
void | SetHangingPunctuation (MsoTriState hangingPunctuation) |
Determines whether hanging punctuation is enabled for the specified paragraphs. More... | |
long | GetIndentLevel () |
Gets or sets a value representing the indent level assigned to text in the selected paragraph. More... | |
void | SetIndentLevel (long indentLevel) |
Gets or sets a value representing the indent level assigned to text in the selected paragraph. More... | |
double | GetLeftIndent () |
Gets or sets a value that represents the left indent value (in points) for the specified paragraphs. More... | |
void | SetLeftIndent (double leftIndent) |
Gets or sets a value that represents the left indent value (in points) for the specified paragraphs. More... | |
MsoTriState | GetLineRuleAfter () |
Determines whether line spacing after the last line in each paragraph is set to a specific number of points or lines. More... | |
void | SetLineRuleAfter (MsoTriState lineRuleAfter) |
Determines whether line spacing after the last line in each paragraph is set to a specific number of points or lines. More... | |
MsoTriState | GetLineRuleBefore () |
Determines whether line spacing before the first line in each paragraph is set to a specific number of points or lines. More... | |
void | SetLineRuleBefore (MsoTriState lineRuleBefore) |
Determines whether line spacing before the first line in each paragraph is set to a specific number of points or lines. More... | |
MsoTriState | GetLineRuleWithin () |
Determines whether line spacing between base lines is set to a specific number of points or lines. More... | |
void | SetLineRuleWithin (MsoTriState lineRuleWithin) |
Determines whether line spacing between base lines is set to a specific number of points or lines. More... | |
double | GetRightIndent () |
Gets or sets the right indent (in points) for the specified paragraphs. More... | |
void | SetRightIndent (double rightIndent) |
Gets or sets the right indent (in points) for the specified paragraphs. More... | |
double | GetSpaceAfter () |
Gets or sets the amount of spacing (in points) after the specified paragraph. More... | |
void | SetSpaceAfter (double spaceAfter) |
Gets or sets the amount of spacing (in points) after the specified paragraph. More... | |
double | GetSpaceBefore () |
Gets or sets the spacing (in points) before the specified paragraphs. More... | |
void | SetSpaceBefore (double spaceBefore) |
Gets or sets the spacing (in points) before the specified paragraphs. More... | |
double | GetSpaceWithin () |
Gets or sets the amount of space between base lines in the specified paragraph, in points or lines. More... | |
void | SetSpaceWithin (double spaceWithin) |
Gets or sets the amount of space between base lines in the specified paragraph, in points or lines. More... | |
wxExcelTabStops2 | GetTabStops () |
Gets a TabStops2 collection that represents all the custom tab stops for the specified paragraphs. More... | |
MsoTextDirection | GetTextDirection () |
Gets or sets the text direction for the specified paragraph. More... | |
void | SetTextDirection (MsoTextDirection textDirection) |
Gets or sets the text direction for the specified paragraph. More... | |
MsoTriState | GetWordWrap () |
Determines whether the application wraps the Latin text in the middle of a word in the specified paragraphs. More... | |
void | SetWordWrap (MsoTriState wordWrap) |
Determines whether the application wraps the Latin text in the middle of a word in the specified paragraphs. More... | |
virtual wxString | GetAutoExcelObjectName_ () const |
Returns "ParagraphFormat2". More... | |
Public Member Functions inherited from wxAutoExcel::wxExcelObject | |
bool | IsOk_ () const |
Returns true if the object has a valid dispatch. More... | |
wxString | GetAutomationObjectName_ (bool stripUnderscores=false) const |
Returns object name as provided by IDispatch->GetTypeInfo()->GetDocumentation(MEMBERID_NIL, &name, NULL, NULL, NULL). More... | |
wxSharedPtr< wxAutomationObject > | GetAutomationObject_ () |
Returns the underlying wxAutomationObject. More... | |
operator bool () const | |
Returns true if the object has a valid dispatch and its last automation call (if any), i.e. More... | |
WXLCID | GetAutomationLCID_ () const |
Returns the locale identifier used in automation calls. More... | |
bool | SetAutomationLCID_ (WXLCID lcid) |
Sets the locale identifier to be used in automation calls. More... | |
bool | GetPropertyAndMethodNames_ (wxArrayString &propertyNames, wxArrayString &methodNames, bool includeHidden=false) |
Returns lists of property and method names the automation interface exposes. More... | |
bool | GetUnimplementedObject_ (const wxString &name, wxAutomationObject &object) |
Helper function for receiving an automation object not implemented in wxAutoExcel, see FAQ on how to use. More... | |
Additional Inherited Members | |
Public Types inherited from wxAutoExcel::wxExcelObject | |
enum | ErrorFlags { Err_DoNothing = 0 , Err_LogOnInvalidDispatch = 1 , Err_AssertOnInvalidDispatch = 1 << 1 , Err_ThrowOnInvalidDispatch = 1 << 2 , Err_LogOnInvalidArgument = 1 << 3 , Err_AssertOnInvalidArgument = 1 << 4 , Err_ThrowOnInvalidArgument = 1 << 5 , Err_LogOnFailedInvoke = 1 << 6 , Err_AssertOnFailedInvoke = 1 << 7 , Err_ThrowOnFailedInvoke = 1 << 8 , Err_LogOnInvalidReturnType = 1 << 9 , Err_AssertOnInvalidReturnType = 1 << 10 , Err_ThrowOnInvalidReturnType = 1 << 11 , Err_LogOnOtherError = 1 << 12 , Err_AssertOnOtherError = 1 << 13 , Err_ThrowOnOtherError = 1 << 14 } |
Flags affecting the behaviour of wxExcelObject and its descendants when an error occurs during accessing an Excel object property or calling its method. More... | |
Static Public Member Functions inherited from wxAutoExcel::wxExcelObject | |
static unsigned | GetErrorMode_ () |
Sets the error mode to the combination of wxExcelObject::ErrorFlags. More... | |
static void | SetErrorMode_ (unsigned mode) |
Sets the error mode as the combination of wxExcelObject::ErrorFlags. More... | |
static bool | GetUnimplementedCollectionItem_ (wxAutomationObject &collection, const long index, wxAutomationObject &item, bool asProperty) |
Helper function for obtaining an item from MS Excel collection not implemented in wxAutoExcel, see FAQ on how to use. More... | |
Represents Microsoft Excel ParagraphFormat2 object.
MsoParagraphAlignment wxAutoExcel::wxExcelParagraphFormat2::GetAlignment | ( | ) |
Gets or sets a value specifying the alignment of the paragraph.
MsoBaselineAlignment wxAutoExcel::wxExcelParagraphFormat2::GetBaselineAlignment | ( | ) |
Gets or sets a constant that represents the vertical position of fonts in a paragraph.
void wxAutoExcel::wxExcelParagraphFormat2::SetBaselineAlignment | ( | MsoBaselineAlignment | baselineAlignment | ) |
Gets or sets a constant that represents the vertical position of fonts in a paragraph.
wxExcelBulletFormat2 wxAutoExcel::wxExcelParagraphFormat2::GetBullet | ( | ) |
Gets a BulletFormat2 object for the paragraph.
MsoTriState wxAutoExcel::wxExcelParagraphFormat2::GetFarEastLineBreakLevel | ( | ) |
Gets or sets the East Asian line break control level for the specified paragraph.
MSDN documentation for ParagraphFormat2.FarEastLineBreakLevel.
void wxAutoExcel::wxExcelParagraphFormat2::SetFarEastLineBreakLevel | ( | MsoTriState | farEastLineBreakLevel | ) |
Gets or sets the East Asian line break control level for the specified paragraph.
MSDN documentation for ParagraphFormat2.FarEastLineBreakLevel.
double wxAutoExcel::wxExcelParagraphFormat2::GetFirstLineIndent | ( | ) |
Gets or sets the value (in points) for a first line or hanging indent.
void wxAutoExcel::wxExcelParagraphFormat2::SetFirstLineIndent | ( | double | firstLineIndent | ) |
Gets or sets the value (in points) for a first line or hanging indent.
MsoTriState wxAutoExcel::wxExcelParagraphFormat2::GetHangingPunctuation | ( | ) |
Determines whether hanging punctuation is enabled for the specified paragraphs.
void wxAutoExcel::wxExcelParagraphFormat2::SetHangingPunctuation | ( | MsoTriState | hangingPunctuation | ) |
Determines whether hanging punctuation is enabled for the specified paragraphs.
long wxAutoExcel::wxExcelParagraphFormat2::GetIndentLevel | ( | ) |
Gets or sets a value representing the indent level assigned to text in the selected paragraph.
void wxAutoExcel::wxExcelParagraphFormat2::SetIndentLevel | ( | long | indentLevel | ) |
Gets or sets a value representing the indent level assigned to text in the selected paragraph.
double wxAutoExcel::wxExcelParagraphFormat2::GetLeftIndent | ( | ) |
Gets or sets a value that represents the left indent value (in points) for the specified paragraphs.
void wxAutoExcel::wxExcelParagraphFormat2::SetLeftIndent | ( | double | leftIndent | ) |
Gets or sets a value that represents the left indent value (in points) for the specified paragraphs.
MsoTriState wxAutoExcel::wxExcelParagraphFormat2::GetLineRuleAfter | ( | ) |
Determines whether line spacing after the last line in each paragraph is set to a specific number of points or lines.
void wxAutoExcel::wxExcelParagraphFormat2::SetLineRuleAfter | ( | MsoTriState | lineRuleAfter | ) |
Determines whether line spacing after the last line in each paragraph is set to a specific number of points or lines.
MsoTriState wxAutoExcel::wxExcelParagraphFormat2::GetLineRuleBefore | ( | ) |
Determines whether line spacing before the first line in each paragraph is set to a specific number of points or lines.
void wxAutoExcel::wxExcelParagraphFormat2::SetLineRuleBefore | ( | MsoTriState | lineRuleBefore | ) |
Determines whether line spacing before the first line in each paragraph is set to a specific number of points or lines.
MsoTriState wxAutoExcel::wxExcelParagraphFormat2::GetLineRuleWithin | ( | ) |
Determines whether line spacing between base lines is set to a specific number of points or lines.
void wxAutoExcel::wxExcelParagraphFormat2::SetLineRuleWithin | ( | MsoTriState | lineRuleWithin | ) |
Determines whether line spacing between base lines is set to a specific number of points or lines.
double wxAutoExcel::wxExcelParagraphFormat2::GetRightIndent | ( | ) |
Gets or sets the right indent (in points) for the specified paragraphs.
void wxAutoExcel::wxExcelParagraphFormat2::SetRightIndent | ( | double | rightIndent | ) |
Gets or sets the right indent (in points) for the specified paragraphs.
double wxAutoExcel::wxExcelParagraphFormat2::GetSpaceAfter | ( | ) |
Gets or sets the amount of spacing (in points) after the specified paragraph.
void wxAutoExcel::wxExcelParagraphFormat2::SetSpaceAfter | ( | double | spaceAfter | ) |
Gets or sets the amount of spacing (in points) after the specified paragraph.
double wxAutoExcel::wxExcelParagraphFormat2::GetSpaceBefore | ( | ) |
Gets or sets the spacing (in points) before the specified paragraphs.
void wxAutoExcel::wxExcelParagraphFormat2::SetSpaceBefore | ( | double | spaceBefore | ) |
Gets or sets the spacing (in points) before the specified paragraphs.
double wxAutoExcel::wxExcelParagraphFormat2::GetSpaceWithin | ( | ) |
Gets or sets the amount of space between base lines in the specified paragraph, in points or lines.
void wxAutoExcel::wxExcelParagraphFormat2::SetSpaceWithin | ( | double | spaceWithin | ) |
Gets or sets the amount of space between base lines in the specified paragraph, in points or lines.
wxExcelTabStops2 wxAutoExcel::wxExcelParagraphFormat2::GetTabStops | ( | ) |
Gets a TabStops2 collection that represents all the custom tab stops for the specified paragraphs.
MsoTextDirection wxAutoExcel::wxExcelParagraphFormat2::GetTextDirection | ( | ) |
Gets or sets the text direction for the specified paragraph.
void wxAutoExcel::wxExcelParagraphFormat2::SetTextDirection | ( | MsoTextDirection | textDirection | ) |
Gets or sets the text direction for the specified paragraph.
MsoTriState wxAutoExcel::wxExcelParagraphFormat2::GetWordWrap | ( | ) |
Determines whether the application wraps the Latin text in the middle of a word in the specified paragraphs.
void wxAutoExcel::wxExcelParagraphFormat2::SetWordWrap | ( | MsoTriState | wordWrap | ) |
Determines whether the application wraps the Latin text in the middle of a word in the specified paragraphs.
|
inlinevirtual |
Returns "ParagraphFormat2".
Reimplemented from wxAutoExcel::wxExcelObject.