VbaModuleCollection.count property. Returns the number of VBA modules in the collection.... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...
Aspose::Words::Font::get_Engrave method. True if the font is formatted as engraved in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...
Aspose::Words::TextColumnCollection::get_LineBetween method. When true, adds a vertical line between columns in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Configure the current section's...
Aspose::Words::Drawing::Fill::get_BackTintAndShade method. Gets or sets a double value that lightens or darkens the background color in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Aspose::Words::Paragraph::get_IsInCell method. True if this paragraph is an immediate child of Cell; false otherwise in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...
Aspose::Words::Drawing::ShapeBase::get_VerticalAlignment method. Specifies how the shape is positioned vertically in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a floating image...
Aspose::Words::Tables::Table::get_RightPadding method. Gets or sets the amount of space (in points) to add to the right of the contents of cells in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Aspose::Words::Tables::Table::get_LeftPadding method. Gets or sets the amount of space (in points) to add to the left of the contents of cells in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Aspose::Words::Vba::VbaModule::Clone method. Performs a copy of the VbaModule in C++.... auto doc = System :: MakeObject < Aspose...VbaProject > copyVbaProject = doc -> get_VbaProject () -> Clone...