Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 170,558 for

doc

(0.08 sec)
  1. Aspose::Words::Vba::VbaProject::Clone method | ...

    Aspose::Words::Vba::VbaProject::Clone method. Performs a copy of the VbaProject in C++.... auto doc = System :: MakeObject < Aspose...VbaProject > copyVbaProject = doc -> get_VbaProject () -> Clone...

    reference.aspose.com/words/cpp/aspose.words.vba...
  2. Aspose::Words::DocumentBuilder::get_CurrentStor...

    Aspose::Words::DocumentBuilder::get_CurrentStory method. Gets the story that is currently selected in this DocumentBuilder in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A Story is a type of node...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::DocumentBase::get_FontInfos meth...

    Aspose::Words::DocumentBase::get_FontInfos method. Provides access to properties of fonts used in this Document in C++.... auto doc = System :: MakeObject < Aspose...FontInfoCollection > allFonts = doc -> get_FontInfos (); // Print...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::TabStop::get_Leader method | Asp...

    Aspose::Words::TabStop::get_Leader method. Gets or sets the type of the leader line displayed under the tab character in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChildNodes ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. Aspose::Words::TextWatermarkOptions class | Asp...

    Aspose::Words::TextWatermarkOptions class. Contains options that can be specified when adding a watermark with text. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/tex...
  6. Aspose::Words::PageSetup::get_TopMargin method ...

    Aspose::Words::PageSetup::get_TopMargin method. Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. Aspose::Words::PageSetup::get_RightMargin metho...

    Aspose::Words::PageSetup::get_RightMargin method. Returns or sets the distance (in points) between the right edge of the page and the right boundary of the body text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. Aspose::Words::PageSetup::get_BottomMargin meth...

    Aspose::Words::PageSetup::get_BottomMargin method. Returns or sets the distance (in points) between the bottom edge of the page and the bottom boundary of the body text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. Aspose::Words::Drawing::Charts::Chart::get_Lege...

    Aspose::Words::Drawing::Charts::Chart::get_Legend method. Provides access to the chart legend properties in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a Document into fixed page formats PDF XPS images etc in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Page 1.");...

    reference.aspose.com/words/java/com.aspose.word...