Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 300,003 for

doc

(0.15 sec)
  1. Aspose::Words::Markup::XmlMapping::SetMapping m...

    Aspose::Words::Markup::XmlMapping::SetMapping method. Sets a mapping between the parent structured Document tag and an XML node of a custom XML data part in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::Saving::SaveOptions::get_UpdateL...

    Aspose::Words::Saving::SaveOptions::get_UpdateLastPrintedProperty method. Gets or sets a value determining whether the LastPrinted property is updated before saving in C++.... auto doc = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...by using a PRINTDATE field. doc -> Save ( ArtifactsDir + u "DocSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Saving::ImageSaveOptions::get_Pa...

    Aspose::Words::Saving::ImageSaveOptions::get_PageSet method. Gets or sets the pages to render. Default is all the pages in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Page...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::PageSetup::get_Orientation metho...

    Aspose::Words::PageSetup::get_Orientation method. Returns or sets the orientation of the page in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. FontInfo.GetEmbeddedFont | Aspose.Words for .NE...

    FontInfo 方法. 获取特定的嵌入字体文件... Document doc = new Document ( MyDir + "Embedded...docx" ); FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451...

    reference.aspose.com/words/zh/net/aspose.words....
  6. Enum EmbeddedFontStyle | Aspose.Words for .NET ...

    Aspose.Words.Fonts.EmbeddedFontStyle 枚举. 指定嵌入字体的样式FontInfo对象.... Document doc = new Document ( MyDir + "Embedded...docx" ); FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451...

    reference.aspose.com/words/zh/net/aspose.words....
  7. Document.RemoveMacros | Aspose.Words for .NET

    Document RemoveMacros method. Removes all macros the VBA project as well as toolbars and command customizations from the Document in C#.... Document doc = new Document ( MyDir + "Macro...IsTrue ( doc . HasMacros ); Assert . AreEqual ( "Project" , doc . VbaProject...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Frameset Class | Aspose.Words for .NET

    Aspose.Words.Framesets.Frameset class. Represents a frames page or a single frame on a frames page in C#.... Document doc = new Document ( MyDir + "Frameset...docx" ); Assert . AreEqual ( 3 , doc . Frameset . ChildFramesets ...

    reference.aspose.com/words/net/aspose.words.fra...
  9. ShapeBase.IsDeleteRevision | Aspose.Words for .NET

    ShapeBase IsDeleteRevision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled in C#....Document doc = new Document (); Assert . False ( doc . TrackRevisions...kind. Shape shape = new Shape ( doc , ShapeType . Cube ); shape ...

    reference.aspose.com/words/net/aspose.words.dra...
  10. CustomXmlPart.Id | Aspose.Words for .NET API 参考

    CustomXmlPart 财产. 获取或设置在 OOXML 文档中标识此自定义 XML 部件的字符串... Document doc = new Document (); // 构造一个包含数据的...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/zh/net/aspose.words....