Ich versuche einen Text innerhalb eines Rechtecks zu platzieren, wobei der Text durch die Breite des Rechtecks abgeschnitten wird, falls er übersteht.
Habe RectangleShape und sein Text probiert, habe TextShape and PolyPolygonShape probiert.
Leider wirkt das Property TextContourFrame nicht (reicht ...
Die Suche ergab 11 Treffer
- Di, 13.07.2010 17:17
- Forum: Makros und allgemeine Programmierung
- Thema: TextContourFrame Problem
- Antworten: 0
- Zugriffe: 1417
- Mi, 07.07.2010 17:12
- Forum: Makros und allgemeine Programmierung
- Thema: [Solved] API-kompatible Excel-Formate
- Antworten: 11
- Zugriffe: 1532
Re: API-kompatible Excel-Formate
Habs irgendwie hinbekommen.
Das Resultat vom excel 2003 xml Export ist leider enttäuschend.
Das Resultat vom excel 2003 xml Export ist leider enttäuschend.
- Mi, 07.07.2010 11:05
- Forum: Makros und allgemeine Programmierung
- Thema: [Solved] API-kompatible Excel-Formate
- Antworten: 11
- Zugriffe: 1532
Re: API-kompatible Excel-Formate
Naja, ich bekomm ne Exception nach wie vor beim Export ins Excel 2003 Format.
Ich gebs langsam auf. Vermutlich ist die Verwendung dieses Format über die API nicht möglich.
Ich gebs langsam auf. Vermutlich ist die Verwendung dieses Format über die API nicht möglich.
- Mi, 07.07.2010 10:31
- Forum: Makros und allgemeine Programmierung
- Thema: [Solved] API-kompatible Excel-Formate
- Antworten: 11
- Zugriffe: 1532
Re: API-kompatible Excel-Formate
Oh, funzt doch nicht.
- Mi, 07.07.2010 10:05
- Forum: Makros und allgemeine Programmierung
- Thema: [Solved] API-kompatible Excel-Formate
- Antworten: 11
- Zugriffe: 1532
Re: API-kompatible Excel-Formate
Ja, funzt jetzt mit installiertem Java.
- Di, 06.07.2010 17:16
- Forum: Makros und allgemeine Programmierung
- Thema: [Solved] API-kompatible Excel-Formate
- Antworten: 11
- Zugriffe: 1532
Re: API-kompatible Excel-Formate
Die Java Runtime Environment muss installiert sein, damit man als "MS Excel 2003 XML" exportieren kann!
- Mo, 05.07.2010 17:47
- Forum: Makros und allgemeine Programmierung
- Thema: [Solved] API-kompatible Excel-Formate
- Antworten: 11
- Zugriffe: 1532
[Solved] API-kompatible Excel-Formate
Ich nutze dieses Format, um Excel-Dokumente mit C# zu erstellen:
Microsoft Word 97/2000/XP
Ich nutze Code wie in diesem Beispiel, um ein Dokument zu speichern (Seite 4):
http://www.opendocument4all.com/download/OpenOffice.net.pdf
PropertyValue[] aMediaDescriptor = new PropertyValue[1 ...
Microsoft Word 97/2000/XP
Ich nutze Code wie in diesem Beispiel, um ein Dokument zu speichern (Seite 4):
http://www.opendocument4all.com/download/OpenOffice.net.pdf
PropertyValue[] aMediaDescriptor = new PropertyValue[1 ...
- Mi, 02.06.2010 10:24
- Forum: Makros und allgemeine Programmierung
- Thema: Zellenposition
- Antworten: 2
- Zugriffe: 546
Re: Zellenposition
Progge mit C#.
Da gibts leider keine Methode getstring() und das Property AbsoluteName.
Habs aber so hinbekommen:
http://old.nabble.com/-api-dev--Range-C ... 94818.html
Ich frage das Property "AbsoluteName" eines Zellbereichs ab.
Trotzdem danke!
Da gibts leider keine Methode getstring() und das Property AbsoluteName.
Habs aber so hinbekommen:
http://old.nabble.com/-api-dev--Range-C ... 94818.html
Ich frage das Property "AbsoluteName" eines Zellbereichs ab.
Trotzdem danke!
- Mi, 02.06.2010 09:25
- Forum: Makros und allgemeine Programmierung
- Thema: Zellenposition
- Antworten: 2
- Zugriffe: 546
Zellenposition
Hallo
Ich benötige die Position einer Zelle im Calc-Stil wie "A1:C1".
Weiß nicht, wie man das mittels der API erreicht.
Also hab ich die Methode XCell.setFormula(string aFormula) benutzt, um die Funktion "=ADDRESS(3,2,4)" in eine Zelle zu schreiben und durch XCell.getFormula() die Zelle zu lesen ...
Ich benötige die Position einer Zelle im Calc-Stil wie "A1:C1".
Weiß nicht, wie man das mittels der API erreicht.
Also hab ich die Methode XCell.setFormula(string aFormula) benutzt, um die Funktion "=ADDRESS(3,2,4)" in eine Zelle zu schreiben und durch XCell.getFormula() die Zelle zu lesen ...
- Mo, 17.05.2010 13:15
- Forum: Makros und allgemeine Programmierung
- Thema: Zelle teilen
- Antworten: 4
- Zugriffe: 680
Re: Zelle teilen
Sorry, hätt ich dazu sagen sollen.
Ich meine in Calc.
Ich meine in Calc.
- Mo, 17.05.2010 11:44
- Forum: Makros und allgemeine Programmierung
- Thema: Zelle teilen
- Antworten: 4
- Zugriffe: 680
Zelle teilen
Hallo,
weiß jemand von euch, wie man mit der API Zellen teilen und zusammenfügen kann?
Gruß
freundblase
weiß jemand von euch, wie man mit der API Zellen teilen und zusammenfügen kann?
Gruß
freundblase