Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 169699 Details for
Bug 297368
Would like to suppress gridlines in excel output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
org.eclipse.birt.report.engine.api.IExcelRenderOption
IExcelRenderOption.java (text/java), 1.54 KB, created by
Steve Schafer
on 2010-05-24 12:37:44 EDT
(
hide
)
Description:
org.eclipse.birt.report.engine.api.IExcelRenderOption
Filename:
MIME Type:
Creator:
Steve Schafer
Created:
2010-05-24 12:37:44 EDT
Size:
1.54 KB
patch
obsolete
>/******************************************************************************* > * Copyright (c)2007 Actuate Corporation. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html > * > * Contributors: > * Actuate Corporation - initial API and implementation > *******************************************************************************/ > >package org.eclipse.birt.report.engine.api; > > >public interface IExcelRenderOption extends IRenderOption >{ > > /** > * The option to decide if the text out will be wrapped > */ > public static final String WRAPPING_TEXT = "excelRenderOption.wrappingText"; > > /** > * This is the option to decide in which office version will you output the excel file > */ > public static final String OFFICE_VERSION = "excelRenderOption.officeVersion"; > > // modified by Steve Schafer on 5/21/2010 > // begin > /** > * The option to hide the gridlines in the worksheet > */ > public static final String HIDE_GRIDLINES = "excelRenderOption.hideGridlines"; > // end > > /** > * > * @param wrappingText > */ > public void setWrappingText(boolean wrappingText); > > /** > * > * @param officeVersion > */ > public void setOfficeVersion(String officeVersion); > > /** > * > * @return if the text is wrapped > */ > public boolean getWrappingText(); > > /** > * > * @return officeVersion > */ > public String getOfficeVersion(); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 297368
:
169696
|
169697
|
169698
| 169699