Extracting RAR Archives in C# and Compress or Decompress Directory programmatically with API for C#...rar" )) 2 { 3 using ( var destination =...FileInfo( "encrypted.rar" ); 2 using (RarArchive archive = new...
Convert OneNote to PDF using C# API and learn to set default font or replace missing fonts or set fonts from stream.... 2 string dataDir = RunExamples....path to the documents directory. 2 string dataDir = RunExamples....
Aspose::Words::Themes::ThemeColors class. Represents the color scheme of the document theme which contains twelve colors. ThemeColors object contains six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink in C++....get_Accent2 () Specifies color Accent 2. get_Accent3 () Specifies color...get_Dark2 () Specifies color Dark 2. get_FollowedHyperlink () Specifies...
Aspose::Words::ControlChar::Cell method. End of a table cell or end of a table row character: "\x0007" or "\a" in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...get_TextColumns () -> SetCount ( 2 ); // We can use a control character...
Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...get_TextColumns () -> SetCount ( 2 ); // We can use a control character...
Aspose::Words::ControlChar::ParagraphBreak method. End of paragraph character: "\x000d" or "\r". Same as Cr in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...get_TextColumns () -> SetCount ( 2 ); // We can use a control character...
Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...get_TextColumns () -> SetCount ( 2 ); // We can use a control character...