Sort Score
Result 10 results
Languages All
Labels All
Results 6,651 - 6,660 of 299,950 for

doc

(0.22 sec)
  1. Aspose::Words::Vba::VbaModule::get_SourceCode m...

    Aspose::Words::Vba::VbaModule::get_SourceCode method. Gets or sets VBA project module source code in C++.... auto doc = MakeObject < Document > ( MyDir...< VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  2. Aspose::Words::Fields::FieldFileName::get_Inclu...

    Aspose::Words::Fields::FieldFileName::get_IncludeFullPath method. Gets or sets whether to include the full file path name in C++.... auto doc = MakeObject < Document > ( MyDir...MakeObject < DocumentBuilder > ( doc ); builder -> MoveToDocumentEnd...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. PageSetup.TextOrientation | Aspose.Words for .N...

    PageSetup 财产. 允许指定TextOrientation对于整个页面 默认值为Horizontal...DOCX、WML、RTF 和 DOC。 例子 显示如何设置文本方向。 Document doc = new Document...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/zh/net/aspose.words/...
  4. Node.PreviousSibling | Aspose.Words for .NET

    Node PreviousSibling property. Gets the node immediately preceding this node in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/net/aspose.words/nod...
  5. Aspose::Words::Border::Equals method | Aspose.W...

    Aspose::Words::Border::Equals method. Determines whether the specified border is equal in value to the current border in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/bor...
  6. Aspose::Words::Fields::FieldCollection::get_Cou...

    Aspose::Words::Fields::FieldCollection::get_Count method. Returns the number of the fields in the collection in C++....void FieldCollection_ () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> InsertField ( u...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Properties::DocumentProperty::ge...

    Aspose::Words::Properties::DocumentProperty::get_Type method. Gets the data type of the property in C++.... auto doc = MakeObject < Document > ( MyDir..."Document filename: \n\t \" " << doc -> get_OriginalFileName () <<...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. Border | Aspose.Words for Java

    Represents a border of an object in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getFont().getBorder()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Font.style_name property | Aspose.Words for Python

    Font.style_name property. Gets or sets the name of the character style applied to this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of referencing...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ImageSaveOptions.image_contrast property | Aspo...

    ImageSaveOptions.image_contrast property. Gets or sets the contrast for the generated images.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...