Questions tagged [page-setup]

43 questions
0
votes
1 answer

What corresponds to a Zoom value of false in Aspose Cells?

I'm refactoring some Excel Interop code to utilize Aspose Cells. One of the legacy lines of code related to printing a sheet is: xlSheet.PageSetup.Zoom = false; Aspose Cells does have a [Sheet].PageSetup.Zoom property, but it is an int, not a bool.…
0
votes
0 answers

Delphi TRichEdit page setup

I have an RTF document with defined page settings: (...}\paperw16840\paperh11907\margl794\margt709\margr794\margb983\viewkind4\\uc1\trowd\....) In my app I use a TRichEdit to show the document. The TRichEdit has a TPanel as its Parent, and is using…
JimPapas
  • 715
  • 2
  • 12
  • 27
0
votes
1 answer

What should I do to increase the size on the page of Excel printouts using Aspose Cells?

A user is complaining that the printing of a spreadsheet is too puny, and wants it enlarged on the page to be (more) legible. What do I need to change to increase the size of the printed area? I have this code to set up the printing…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
2 answers

Accessing the registry from a web service

I've been having difficulties accessing some (but not all) registry keys from my web service. I therefore assumed (and confirmed with some research) that there are some security restrictions on accessing the registry. Is there some code or change…
marcwenger
  • 439
  • 1
  • 7
  • 19
0
votes
1 answer

Word VSTO - Finding the location of a shape in the document?

I am building a Word VSTO (VB.NET) program where I need to find the exact position in Points of a shape from Top, Left, Right and Bottom. I use the following code, objShape =…
Codename K
  • 890
  • 4
  • 23
  • 52
0
votes
1 answer

Using script or Automator to set page settings, margins and page wrap automatically on Text Edit files

I'm putting together an installation using Processing, where users type and their text is printed on a receipt printer. I've got Processing saving out time-stamped text files to a folder, and a folder action in Automator watching that folder and…
0
votes
0 answers

How to remember page setup settings and margins in Access 2003 mde file?

I have a small bookkeeping application which is supposed to run on a client's computer and uses a printer which prints on a narrow paper roll. I don't want to share my mdb so I make an mde file. I setup the mdb file at my computer to settings I want…
0
votes
1 answer

VB.NET VSTO for PowerPoint 2007?

I am creating a PowerPoint Add-in. I have created Ribbon buttons which when clicked opens Windows Forms. However, how can I communicate from the forms to the active presentation? For example, how to get the active presentation's height and width to…
Codename K
  • 890
  • 4
  • 23
  • 52
0
votes
1 answer

PHPExcel does not set the papersize correct in excel 2007

SOLVED (Solution explained under the question) I am trying to change the page setup for a XLSX file with PHPExcel. But whenever i change the papersize, it results in a USER defined size with the wrong width and height. This is what i…
Jim Ouwerkerk
  • 43
  • 1
  • 10
0
votes
0 answers

How to Release Excel Memory for Pagesetup Headers and Footers

I'm working on some code that sets up some excel Spreadsheets. However I've come up with c# memory issues. I have a routine that does my garbage handling where I essentially use the interop release for COM objects. However When setting the Headers…
SamAPOC
  • 73
  • 2
  • 8
0
votes
1 answer

How to print, without the Page Setup Dialog?

I'm trying to print something with Air. Now everything works, but the Page Setup format shows up everytime. What I would like to achieve, is that the standard printer and standard paper size gets selected automatically. So no dialog pops up. I found…
nbuechi
  • 229
  • 4
  • 20
0
votes
1 answer

PageSetup problems

In what is hopefully the last problem in the "Print An Individual Range" series of questions, I hereby humbly ask the more knowledgable readers how to copy the PageSetup object from one page to another. Since you can simply Dest.PageSetup =…
graham.reeds
  • 16,230
  • 17
  • 74
  • 137
-3
votes
1 answer

reading Excel spreadsheet in C#

I made a program to open Excel file. There are exist data page and blank page. Can I add only the pages where the data exists in the combo box? Can I use ButtonEvent to view only pages that contain data? string filePath =…
K.gwang
  • 1
  • 1
1 2
3